fix: error at first sign

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2018-08-06 20:53:48 +01:00
parent 8ad626b0bc
commit 4470e0b450
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
cd $(dirname $0)/..
if [ -d "rice-box.go" ]; then

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
cd $(dirname $0)
COMMIT_SHA="$(git rev-parse --verify HEAD | cut -c1-8)"

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -e
cd $(dirname $0)/..
echo "> Checking semver format"