We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4557d commit 6897567Copy full SHA for 6897567
azure-pipelines.yml
@@ -14,18 +14,17 @@ variables:
14
resources:
15
containers:
16
- container: flink-build-container
17
- image: rmetzger/flink-ci:latest
+ image: rmetzger/flink-ci:2
18
19
jobs:
20
- job: runOnASF
21
pool:
22
name: Default
23
- #vmImage: 'ubuntu-latest'
24
container: flink-build-container
25
timeoutInMinutes: 0
26
steps:
27
- # Azure pipelines can only evaluate conditions with the build repo name in the steps.
28
- # if the repo != "rmetzger/flink", we stop
+ # Azure pipelines can only evaluate conditions with the build repo name in the steps.
+ # if the repo != "rmetzger/flink", we stop
29
- script: exit 1
30
condition: not(eq(variables['Build.Repository.Name'], 'rmetzger/flink'))
31
- script: chown -R user:user /home/user
0 commit comments