Skip to content

Commit

Permalink
More debuggable bash settings
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
  • Loading branch information
mark-i-m and Joshua Nelson committed Oct 8, 2020
1 parent daed1a2 commit 6dd9d5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/linkcheck.sh
@@ -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=""
Expand Down

0 comments on commit 6dd9d5e

Please sign in to comment.