[med-svn] [Git][med-team/gdcm][master] Fix error out in ci script
Gert Wollny
gitlab at salsa.debian.org
Thu Jul 11 13:26:19 BST 2019
Gert Wollny pushed to branch master at Debian Med / gdcm
Commits:
a855b22b by Gert Wollny at 2019-07-11T12:24:07Z
Fix error out in ci script
- - - - -
1 changed file:
- debian/.gitlab-ci.yml
Changes:
=====================================
debian/.gitlab-ci.yml
=====================================
@@ -11,5 +11,5 @@ build:
- git checkout master
- git pull
# silence build to not exceed build log size of gitlab-ci
- - gbp buildpackage -uc -us 2>&1 >../build.log || tail -n 100 ../build.log
+ - gbp buildpackage -uc -us 2>&1 >../build.log || tail -n 100 ../build.log && exit 1
View it on GitLab: https://salsa.debian.org/med-team/gdcm/commit/a855b22b46c873b1f98859ebc642d9915f8a5a0c
--
View it on GitLab: https://salsa.debian.org/med-team/gdcm/commit/a855b22b46c873b1f98859ebc642d9915f8a5a0c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190711/d483877c/attachment.html>
More information about the debian-med-commit
mailing list