Skip to content

Commit

Permalink
build should fail if artifacts exist but are not copied (hail-is#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
danking authored and cseed committed Aug 29, 2018
1 parent cae334c commit 5429800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr-build-script
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ BUILD_EXIT=$? ; ( \
artifacts/ \
gs://hail-ci-0-1/$SOURCE_SHA/$TARGET_SHA/ && \
gsutil -m acl ch -r -u AllUsers:R gs://hail-ci-0-1/$SOURCE_SHA/$TARGET_SHA/artifacts/ \
) ) ; \
) ) && \
exit $BUILD_EXIT

0 comments on commit 5429800

Please sign in to comment.