-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update deb builder from ubuntu16 to ubuntu18 , 2
- Loading branch information
1 parent
116856f
commit 0b3660d
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |