Commit version JSON after deploy (#158)

This commit is contained in:
Peter Squicciarini
2019-05-16 10:41:32 -07:00
committed by GitHub
parent 376c501f95
commit a5b2066f76
4 changed files with 99 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ else
cd vscode
fi
export LATEST_MS_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
export LATEST_MS_COMMIT=$(git rev-list --tags --max-count=1)
export LATEST_MS_TAG=$(git describe --tags ${LATEST_MS_COMMIT})
echo "Got the latest MS tag: ${LATEST_MS_TAG}"
git checkout $LATEST_MS_TAG
cd ..