Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/111217
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). Change-Id: I6eb61315a311f2fad18ced58b43af84fb52fcffd --- M bin/multigit.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins refs/changes/17/111217/1 diff --git a/bin/multigit.sh b/bin/multigit.sh index f9caf57..4c71e58 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: newchange Gerrit-Change-Id: I6eb61315a311f2fad18ced58b43af84fb52fcffd Gerrit-PatchSet: 1 Gerrit-Project: integration/jenkins Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
