Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeepak1556 <hop2deep@gmail.com>2022-04-20 19:59:16 +0300
committerdeepak1556 <hop2deep@gmail.com>2022-04-20 19:59:16 +0300
commit87191b089d1a258b114f612db094e8048cefdf3f (patch)
tree7f056db327e8e32cfbf78c83a63134b2cf6b1652 /build/azure-pipelines
parent7e887b76ea4d0fbee838b4240352ce57dfd1895d (diff)
ci: fix downloading linux server dependencies
Diffstat (limited to 'build/azure-pipelines')
-rw-r--r--build/azure-pipelines/linux/product-build-linux-client.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/azure-pipelines/linux/product-build-linux-client.yml b/build/azure-pipelines/linux/product-build-linux-client.yml
index d5be0e3b606..bbb5b8dc597 100644
--- a/build/azure-pipelines/linux/product-build-linux-client.yml
+++ b/build/azure-pipelines/linux/product-build-linux-client.yml
@@ -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