[med-svn] [Git][med-team/mia][master] d/gitlab-ci: Fix buildlog output

Gert Wollny gitlab at salsa.debian.org
Wed Feb 14 10:23:40 UTC 2018


Gert Wollny pushed to branch master at Debian Med / mia


Commits:
499181e5 by Gert Wollny at 2018-02-14T11:23:07+01:00
d/gitlab-ci: Fix buildlog output

- - - - -


1 changed file:

- debian/.gitlab-ci.yml


Changes:

=====================================
debian/.gitlab-ci.yml
=====================================
--- a/debian/.gitlab-ci.yml
+++ b/debian/.gitlab-ci.yml
@@ -12,6 +12,6 @@ build:
     - git checkout master 
     - git pull 
     # silence build to not exceed build log size of gitlab-ci
-    - gbp buildpackage -uc -us 2>&1 >/dev/null
-    - 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/mia/commit/499181e5661291dd5dd2683c88161b1686862db3

---
View it on GitLab: https://salsa.debian.org/med-team/mia/commit/499181e5661291dd5dd2683c88161b1686862db3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180214/2a56edb4/attachment.html>


More information about the debian-med-commit mailing list