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

View File

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