mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
check for succeed before building docker (#10086)
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
timeoutInMinutes: 70
|
||||
|
||||
- job: Docker
|
||||
condition: eq(variables['VSCODE_BUILD_DOCKER'], 'true')
|
||||
condition: and(succeeded(), eq(variables['VSCODE_BUILD_DOCKER'], 'true'))
|
||||
pool:
|
||||
vmImage: 'Ubuntu-16.04'
|
||||
container: linux-x64
|
||||
|
||||
Reference in New Issue
Block a user