aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ffc3cde..4ade9b4 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,6 @@
1#!/usr/bin/env sh 1#!/usr/bin/env sh
2 2
3CGO_ENABLED=0 go build . || exit 1 3go build . || exit 1
4docker build -t git.d464.sh/diogo464/belverde-fire -f Containerfile . || exit 1 4docker build -t git.d464.sh/diogo464/belverde-fire -f Containerfile . || exit 1
5 5
6if [ "$PUSH" = "1" ]; then 6if [ "$PUSH" = "1" ]; then