1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-19 02:51:14 +02:00

checking out specific commit (for historical builds)

This commit is contained in:
Joseph Flinn 2020-12-14 19:27:23 +00:00
parent 99e2b83d62
commit 493ba4e488

View File

@ -18,7 +18,8 @@ steps:
versionSpec: '10.x'
displayName: 'Install Node.js'
- checkout: $(GIT_COMMIT_TO_BUILD)
- script: git checkout $(GIT_COMMIT_TO_BUILD)
displayName: setup commit to build
- script: npm install
displayName: 'npm install'