Tim Andersson has proposed merging ~andersson123/qa-jenkins-jobs:add_make_clean_to_deploy_script into qa-jenkins-jobs:master.
Requested reviews: Canonical Platform QA Team (canonical-platform-qa) For more details, see: https://code.launchpad.net/~andersson123/qa-jenkins-jobs/+git/qa-jenkins-jobs/+merge/449102 -- Your team Canonical Platform QA Team is requested to review the proposed merge of ~andersson123/qa-jenkins-jobs:add_make_clean_to_deploy_script into qa-jenkins-jobs:master.
diff --git a/scripts/deploy-jobs.sh b/scripts/deploy-jobs.sh index b26e2b0..600a1e6 100755 --- a/scripts/deploy-jobs.sh +++ b/scripts/deploy-jobs.sh @@ -9,6 +9,6 @@ case $1 in *) ARGS="update --delete-old";; esac - +make -C "$JOB_PATH" clean make -C "$JOB_PATH" jenkins-jobs $ARGS -r "$JOB_PATH"
-- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp