mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
checking out specific commit (for historical builds)
This commit is contained in:
parent
99e2b83d62
commit
493ba4e488
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user