[med-svn] [Git][med-team/dcmtk][master] fail should also be reported
Gert Wollny
gitlab at salsa.debian.org
Mon Aug 6 14:01:06 BST 2018
Gert Wollny pushed to branch master at Debian Med / dcmtk
Commits:
33a40fa4 by Gert Wollny at 2018-08-06T13:00:35Z
fail should also be reported
- - - - -
1 changed file:
- debian/.gitlab-ci.yml
Changes:
=====================================
debian/.gitlab-ci.yml
=====================================
--- a/debian/.gitlab-ci.yml
+++ b/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 && exit 0 || tail -n 100 ../build.log && exit -1
View it on GitLab: https://salsa.debian.org/med-team/dcmtk/commit/33a40fa4dcb6981d1cdd529d1f0d1f970b627079
--
View it on GitLab: https://salsa.debian.org/med-team/dcmtk/commit/33a40fa4dcb6981d1cdd529d1f0d1f970b627079
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/20180806/1040229d/attachment-0001.html>
More information about the debian-med-commit
mailing list