From 564b674ba754ac0454749980034690fe6e23d16c Mon Sep 17 00:00:00 2001 From: perry Date: Wed, 18 Nov 2015 15:40:25 -0600 Subject: [PATCH] chore(CI): using circle specific git SHA1 envar --- scripts/ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/deploy.sh b/scripts/ci/deploy.sh index da93869aab..6a17b60671 100755 --- a/scripts/ci/deploy.sh +++ b/scripts/ci/deploy.sh @@ -14,7 +14,7 @@ function run { git config --global user.name 'Ionitron' git config --global user.email hi@ionicframework.com - git show $SHA1~1:package.json > .package.tmp.json + git show $CIRCLE_SHA1~1:package.json > .package.tmp.json OLD_VERSION=$(readJsonProp ".package.tmp.json" "version") VERSION=$(readJsonProp "package.json" "version")