Skip to content

Commit f27fc90

Browse files
authored
Merge pull request #329 from SISheogorath/patch-1
Add fail fast option
2 parents 4a25adb + 9122ccd commit f27fc90

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/setup

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
# run command at repo root
46
CURRENT_PATH=$PWD
57
if [ -d .git ]; then

0 commit comments

Comments
 (0)