File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181
181
exit 1
182
182
}
183
183
184
- $A = $env: SKIP_UNSTABLE_CONTAINERS_TEMPORARILY -eq 1
184
+ $A = ${{ vars. SKIP_UNSTABLE_CONTAINERS_TEMPORARILY }} -eq 1
185
185
$B = $ImagesAreEqual -eq 1
186
186
187
187
# Calculate the logical expression
@@ -386,7 +386,7 @@ jobs:
386
386
exit 1
387
387
fi
388
388
389
- A=$([[ "$SKIP_UNSTABLE_CONTAINERS_TEMPORARILY" == "1" ]] && echo true || echo false)
389
+ A=$([[ "${{ vars. SKIP_UNSTABLE_CONTAINERS_TEMPORARILY }} " == "1" ]] && echo true || echo false)
390
390
B=$([[ "$ImagesAreEqual" == "1" ]] && echo true || echo false)
391
391
392
392
# Calculate the logical expression
Original file line number Diff line number Diff line change
1
+ fix the usage of unstable container skip
You can’t perform that action at this time.
0 commit comments