Skip to content
Snippets Groups Projects
Commit 06aeb7c1 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Add log to a file.

parent e11654bb
No related branches found
No related tags found
No related merge requests found
......@@ -20,5 +20,5 @@
set -o nounset # Treat unset variables as an error
set -e -x
PATH=/usr/bin:/usr/local/bin:$PATH
gbp buildpackage --git-ignore-branch --git-ignore-new -uc -us -d
gbp buildpackage --git-ignore-branch --git-ignore-new -uc -us -d | tee _gbp.log
pwd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment