have it pull the latest

This commit is contained in:
Ken
2019-02-25 21:01:54 -08:00
parent e9dbc32fc5
commit 27747bfa9c

View File

@@ -20,6 +20,7 @@ steps:
git config user.name "Ken Chau"
git remote set-url origin https://kenotron:$(git.pat)@github.com/Microsoft/frontend-bootcamp.git
git checkout master
git pull
npm install
git checkout -b build_$(Build.BuildId)
npm run build