Skip to content

Commit

Permalink
Merge pull request #720 from jmakai/patch-1
Browse files Browse the repository at this point in the history
[CI] fix small mistake for bionic build
  • Loading branch information
esindril committed May 29, 2018
2 parents d62fdef + df36198 commit 49e578d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -18,7 +18,7 @@ stages:
- version=`./genversion.sh --print-only`
- dch --create -v `echo $version | sed 's/^v\(.*\)/\1/'` --package xrootd --urgency low --distribution artful -M "This package is built and released automatically. For important notices and releases subscribe to our maling lists or visit our website."
- dpkg-buildpackage -b -us -uc -tc --buildinfo-option="-udeb_packages" --changes-option="-udeb_packages"
- mkdir artful
- mkdir bionic
- cp deb_packages/*.deb bionic
- cp deb_packages/*.ddeb bionic
artifacts:
Expand Down

0 comments on commit 49e578d

Please sign in to comment.