[med-svn] [Git][med-team/dcmtk][master] print tail of log if fail

Gert Wollny gitlab at salsa.debian.org
Mon Aug 6 13:43:03 BST 2018


Gert Wollny pushed to branch master at Debian Med / dcmtk


Commits:
2af262a3 by Gert Wollny at 2018-08-06T12:42:20Z
print tail of log if fail

- - - - -


1 changed file:

- debian/.gitlab-ci.yml


Changes:

=====================================
debian/.gitlab-ci.yml
=====================================
--- a/debian/.gitlab-ci.yml
+++ b/debian/.gitlab-ci.yml
@@ -11,6 +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
 



View it on GitLab: https://salsa.debian.org/med-team/dcmtk/commit/2af262a30bb4ea5f28e70a56a05905323013f8a7

-- 
View it on GitLab: https://salsa.debian.org/med-team/dcmtk/commit/2af262a30bb4ea5f28e70a56a05905323013f8a7
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/f7ccc3cf/attachment.html>


More information about the debian-med-commit mailing list