Skip to content

Commit 0d42433

Browse files
committed
ENH: feedstock script should fail on error
1 parent ebae777 commit 0d42433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/feedstock.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#
2626
# 2018 Chris Markiewicz
2727

28-
set -x
28+
set -ex
2929

3030
REPO=${1:-$CIRCLE_PROJECT_REPONAME}
3131
FEEDSTOCK=${2:-$REPO-feedstock}

0 commit comments

Comments
 (0)