More debuggable bash settings
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
7369dc03da
commit
26c1c5ddce
|
|
@ -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…
Reference in New Issue