Repository: couchdb-ci Updated Branches: refs/heads/master 364ff9f71 -> 0067f12a0
set +e so the script can handle failures Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/0067f12a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/0067f12a Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/0067f12a Branch: refs/heads/master Commit: 0067f12a0eeaaa2a5334ef0623d4f84b1910ece0 Parents: 364ff9f Author: Joan Touzet <[email protected]> Authored: Tue May 23 01:11:04 2017 -0700 Committer: Joan Touzet <[email protected]> Committed: Tue May 23 01:11:04 2017 -0700 ---------------------------------------------------------------------- ansible/roles/common/files/build-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/0067f12a/ansible/roles/common/files/build-ci.sh ---------------------------------------------------------------------- diff --git a/ansible/roles/common/files/build-ci.sh b/ansible/roles/common/files/build-ci.sh index 955006b..793e187 100755 --- a/ansible/roles/common/files/build-ci.sh +++ b/ansible/roles/common/files/build-ci.sh @@ -17,7 +17,7 @@ # specific language governing permissions and limitations # under the License. -set -e +set +e # create a distribution tarball from the requested git branch cd /usr/src/couchdb-checkout
