jenkins-bot has submitted this change and it was merged. Change subject: multigit: set -e ......................................................................
multigit: set -e Whenever a command fail, we want to abort the multigit script. That would have let us detect that the script could not fetch patches from Zuul (ZUUL_URL was pointing to wrong URL). Impacts jobs: beta-parsoid-update parsoidsvc-parse-tool-check parsoidsvc-parsertests-run-harder parsoidsvc-roundtrip-test-check visualeditor-doitall Change-Id: I6eb61315a311f2fad18ced58b43af84fb52fcffd --- M bin/multigit.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/bin/multigit.sh b/bin/multigit.sh index 55b8377..f6642c5 100755 --- a/bin/multigit.sh +++ b/bin/multigit.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e # # multigit.sh # -- To view, visit https://gerrit.wikimedia.org/r/111217 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6eb61315a311f2fad18ced58b43af84fb52fcffd Gerrit-PatchSet: 3 Gerrit-Project: integration/jenkins Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
