Skip to content

Commit

Permalink
fix(ci): fail on errors with clone (#16937)
Browse files Browse the repository at this point in the history
* fix(ci): fail on errors with clone

* chore: also add on starters
  • Loading branch information
DSchau committed Aug 21, 2019
1 parent e78bce3 commit 561d33e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/clone-and-validate-theme-starters.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e # bail on errors
CLONE=$1
IS_CI="${CI:-false}"
BASE=$(pwd)
Expand Down
1 change: 1 addition & 0 deletions scripts/publish-starters.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e # bail on errors
GLOB=$1
IS_CI="${CI:-false}"
BASE=$(pwd)
Expand Down

0 comments on commit 561d33e

Please sign in to comment.