From 38484963c6512a2c41af821bd944f7e2aa0f3c58 Mon Sep 17 00:00:00 2001 From: Greg Fodor Date: Thu, 30 May 2019 18:19:25 +0000 Subject: [PATCH] Fix GA --- scripts/hab-build-and-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh index 03290cdaf..fffdc4caf 100755 --- a/scripts/hab-build-and-push.sh +++ b/scripts/hab-build-and-push.sh @@ -9,7 +9,7 @@ export CORS_PROXY_SERVER=$6 export NON_CORS_PROXY_DOMAINS=$7 export TARGET_S3_URL=$8 export SENTRY_DSN=$9 -export GA_TRACKING_ID=$10 +export GA_TRACKING_ID=${10} export BUILD_NUMBER=${11} export GIT_COMMIT=${12} export BUILD_VERSION="${BUILD_NUMBER} (${GIT_COMMIT})"