Kevin Yeh has proposed merging
~kevinyeh/hwcert-jenkins-jobs:fix-cc-lab-manager-log into
hwcert-jenkins-jobs:master.
Commit message:
Change: delete *.log before running cc-lab-manager
Requested reviews:
hwcert-jenkins (hwcert-jenkins)
For more details, see:
https://code.launchpad.net/~kevinyeh/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/429258
--
Your team hwcert-jenkins is requested to review the proposed merge of
~kevinyeh/hwcert-jenkins-jobs:fix-cc-lab-manager-log into
hwcert-jenkins-jobs:master.
diff --git a/jobs/infrastructure/cc-lab-manager/run-cc-lab-manager.sh b/jobs/infrastructure/cc-lab-manager/run-cc-lab-manager.sh
index e412e11..ce76b73 100644
--- a/jobs/infrastructure/cc-lab-manager/run-cc-lab-manager.sh
+++ b/jobs/infrastructure/cc-lab-manager/run-cc-lab-manager.sh
@@ -2,7 +2,7 @@
set -ex
#Remove previous venv and sources
-rm -rf env
+rm -rf env $WORKSPACE/*.log
cat <<EOF >build-env.sh
{build_env}
EOF
--
Mailing list: https://launchpad.net/~canonical-hw-cert
Post to : [email protected]
Unsubscribe : https://launchpad.net/~canonical-hw-cert
More help : https://help.launchpad.net/ListHelp