devops: save log for cronjob
This commit is contained in:
parent
ae878882bb
commit
7af5f4a2a5
|
|
@ -44,4 +44,4 @@ if [[ -n $(git status -s) ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git pull origin master
|
git pull origin master
|
||||||
../checkout_build_archive_upload.sh $BROWSER_NAME
|
../checkout_build_archive_upload.sh $BROWSER_NAME >/tmp/checkout_build_archive_upload--$BROWSER_NAME.log
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue