More debuggable bash settings
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
9675f13c71
commit
325268f53e
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -ev
|
||||
set -o pipefail
|
||||
|
||||
# https://docs.travis-ci.com/user/environment-variables/#default-environment-variables
|
||||
if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then # running in cron job
|
||||
FLAGS=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue