Skip to content

Commit 6897567

Browse files
committed
use defined docker image
1 parent 1f4557d commit 6897567

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: azure-pipelines.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,17 @@ variables:
1414
resources:
1515
containers:
1616
- container: flink-build-container
17-
image: rmetzger/flink-ci:latest
17+
image: rmetzger/flink-ci:2
1818

1919
jobs:
2020
- job: runOnASF
2121
pool:
2222
name: Default
23-
#vmImage: 'ubuntu-latest'
2423
container: flink-build-container
2524
timeoutInMinutes: 0
2625
steps:
27-
# Azure pipelines can only evaluate conditions with the build repo name in the steps.
28-
# if the repo != "rmetzger/flink", we stop
26+
# Azure pipelines can only evaluate conditions with the build repo name in the steps.
27+
# if the repo != "rmetzger/flink", we stop
2928
- script: exit 1
3029
condition: not(eq(variables['Build.Repository.Name'], 'rmetzger/flink'))
3130
- script: chown -R user:user /home/user

0 commit comments

Comments
 (0)