Skip to content

Commit 4470e0b

Browse files
committed
fix: error at first sign
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
1 parent 8ad626b commit 4470e0b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

build/build_all.sh

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

3+
set -e
4+
35
cd $(dirname $0)/..
46

57
if [ -d "rice-box.go" ]; then

build/push_ricebox.sh

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

3+
set -e
4+
35
cd $(dirname $0)
46

57
COMMIT_SHA="$(git rev-parse --verify HEAD | cut -c1-8)"

build/release.sh

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
cd $(dirname $0)/..
46

57
echo "> Checking semver format"

0 commit comments

Comments
 (0)