We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a217b commit 05c3be6Copy full SHA for 05c3be6
xbarapp.com/deploy.sh
@@ -4,7 +4,8 @@ set -e
4
VERSION=`git describe --tags`
5
printf "package main\n\nconst version = \"${VERSION}\"" > version.gen.go
6
7
-echo "Deploying xbarapp.com (${VERSION})..."
+echo "Running test..."
8
+go test -v
9
-go test
10
+echo "Deploying xbarapp.com (${VERSION})..."
11
gcloud app deploy --project xbarapp --version=beta
0 commit comments