chore(CI): using circle specific git SHA1 envar

This commit is contained in:
perry
2015-11-18 15:40:25 -06:00
parent a6d6aba54d
commit 564b674ba7

View File

@ -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")