Merge pull request #329 from SISheogorath/patch-1

Add fail fast option
This commit is contained in:
Yukai Huang 2017-01-23 17:20:49 +08:00 committed by GitHub
commit f27fc90a74
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -e
# run command at repo root
CURRENT_PATH=$PWD
if [ -d .git ]; then