Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu disco CI Build - part 2 #982

Merged
merged 1 commit into from
May 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stages:
- dpkg-buildpackage -b -us -uc -tc --buildinfo-option="-udeb_packages" --changes-option="-udeb_packages"
- mkdir ${DIST}/
- cp deb_packages/*.deb ${DIST}/
- if [[ $DEBUG = true ]] ; then cp deb_packages/*.ddeb ${DIST}/; fi
- if [[ $DEBUG = "true" ]] ; then cp deb_packages/*.ddeb ${DIST}/; fi
artifacts:
expire_in: 1 day
paths:
Expand Down Expand Up @@ -194,7 +194,7 @@ build:deb_ubuntu_bionic:
<<: *deb_ubuntu_build_def
variables:
DIST: bionic
DEBUG: true
DEBUG: "true"
only:
- master
- /^stable-.*$/
Expand Down Expand Up @@ -313,7 +313,7 @@ release:deb_ubuntu_bionic:
<<: *deb_ubuntu_build_def
variables:
DIST: bionic
DEBUG: true
DEBUG: "true"
only:
- web
except:
Expand Down