ci: fix downloading linux server dependencies

This commit is contained in:
deepak1556 2022-04-21 01:59:16 +09:00
parent 7e887b76ea
commit 87191b089d

View file

@ -21,7 +21,7 @@ steps:
artifact: reh_node_modules-$(VSCODE_ARCH)
path: $(Build.ArtifactStagingDirectory)
displayName: Download server build dependencies
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'))
condition: and(succeeded(), ne(variables['VSCODE_ARCH'], 'armhf'))
- script: |
set -e