fix: error at first sign

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>

Former-commit-id: 649162e55f57817c6e2fd8cb66fb4de1ada68199 [formerly fe5e1f6df6320c2eb6f24ca64ebffd6cedf6659b] [formerly 2f6eea9879c754d67acdf8f0809dd9c39cc12df0 [formerly 4470e0b450]]
Former-commit-id: 3a3500d1492db1ca7c262c60390452892fccb97b [formerly 2ea468347c670e8dfeda99be204e0b22072ea9c5]
Former-commit-id: be6a317810a0a465db2e852c6839308bf4d346ad
pull/726/head
Henrique Dias 2018-08-06 20:53:48 +01:00
parent d4e9f5ba53
commit 4267ebf0b4
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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