Skip to content

Commit b015adc

Browse files
author
Rachel Macfarlane
committed
Fix build yml for linux alpine
1 parent bdd1572 commit b015adc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/azure-pipelines/product-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- template: linux/product-build-linux-arm.yml
6262

6363
- job: LinuxAlpine
64-
condition: and(eq(variables['VSCODE_BUILD_LINUX_ALPINE'], 'true'), ne(variables['VSCODE_QUALITY'], 'stable')))
64+
condition: and(eq(variables['VSCODE_BUILD_LINUX_ALPINE'], 'true'), ne(variables['VSCODE_QUALITY'], 'stable'))
6565
timeoutInMinutes: 120
6666
pool:
6767
vmImage: 'Ubuntu-16.04'

0 commit comments

Comments
 (0)