Skip to content

Commit 05c3be6

Browse files
committed
better update script
1 parent 10a217b commit 05c3be6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

xbarapp.com/deploy.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ set -e
44
VERSION=`git describe --tags`
55
printf "package main\n\nconst version = \"${VERSION}\"" > version.gen.go
66

7-
echo "Deploying xbarapp.com (${VERSION})..."
7+
echo "Running test..."
8+
go test -v
89

9-
go test
10+
echo "Deploying xbarapp.com (${VERSION})..."
1011
gcloud app deploy --project xbarapp --version=beta

0 commit comments

Comments
 (0)