Merge pull request #1256 from dod-ccpo/ci-fail-hard

CI script should fail hard.
This commit is contained in:
dandds 2019-12-16 11:22:30 -05:00 committed by GitHub
commit 483b00a947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
set -e
# script/cibuild: Run CI related checks and tests # script/cibuild: Run CI related checks and tests