Skip to content

Commit

Permalink
update deb builder from ubuntu16 to ubuntu18 , 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sawanoboly committed Oct 3, 2021
1 parent 116856f commit 0b3660d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/walter_build_gh.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pipeline:
- name: Build pkgs
parallel:
- name: ubuntu16
- name: ubuntu18
type: command
command: docker run -e OMNIBUS_PROJECT=serverspec -e BUILD_ITERATION=$GITHUB_RUN_NUMBER -e BUILD_CACHE_PATH=/home/omnibus/omnibus-project/local/omnibus/cache/install_path/opt/serverspec -v $GITHUB_WORKSPACE/pkg:/home/omnibus/omnibus-project/pkg builder-ubuntu1604
command: docker run -e OMNIBUS_PROJECT=serverspec -e BUILD_ITERATION=$GITHUB_RUN_NUMBER -e BUILD_CACHE_PATH=/home/omnibus/omnibus-project/local/omnibus/cache/install_path/opt/serverspec -v $GITHUB_WORKSPACE/pkg:/home/omnibus/omnibus-project/pkg builder-ubuntu1804
- name: centos7
type: command
command: docker run -e OMNIBUS_PROJECT=serverspec -e BUILD_ITERATION=$GITHUB_RUN_NUMBER -e BUILD_CACHE_PATH=/home/omnibus/omnibus-project/local/omnibus/cache/install_path/opt/serverspec -v $GITHUB_WORKSPACE/pkg:/home/omnibus/omnibus-project/pkg builder-centos7

0 comments on commit 0b3660d

Please sign in to comment.