We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad626b commit 4470e0bCopy full SHA for 4470e0b
build/build_all.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+set -e
4
+
5
cd $(dirname $0)/..
6
7
if [ -d "rice-box.go" ]; then
build/push_ricebox.sh
cd $(dirname $0)
COMMIT_SHA="$(git rev-parse --verify HEAD | cut -c1-8)"
build/release.sh
#!/bin/bash
echo "> Checking semver format"
0 commit comments