chore(CI): comment out bump version calls

This commit is contained in:
Brian Dennis
2016-07-18 19:49:28 -05:00
committed by GitHub
parent 4f52135c13
commit 0f418bcacf

View File

@@ -19,11 +19,11 @@ function run {
VERSION=$(readJsonProp "package.json" "version")
if [[ "$OLD_VERSION" != "$VERSION" ]]; then
./scripts/bump/release.sh --new-version="$VERSION"
#./scripts/bump/release.sh --new-version="$VERSION"
IS_RELEASE=true
VERSION_NAME=$(readJsonProp "package.json" "version")
else
./scripts/bump/nightly.sh --build-number=$BUILD_NUMBER
#./scripts/bump/nightly.sh --build-number=$BUILD_NUMBER
IS_RELEASE=false
VERSION_NAME="nightly"
fi