Skip to content

Commit 8cf03c3

Browse files
committed
[FLINK-36332] FSCK sake
1 parent 81d343b commit 8cf03c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
docker build --progress=plain --no-cache -f ./Dockerfile -t flink-kubernetes-operator:ci-latest --progress plain --build-arg JAVA_VERSION="${JAVA_VERSION:-11}" --build-arg HTTP_CLIENT="${HTTP_CLIENT:-okhttp}" .
6060
docker images
6161
- name: Create ${{ inputs.namespace }} == ${{ inputs.create-namespace }}
62-
if: ${{ inputs.create_namespace }}
62+
if: ${{ inputs.create-namespace }}
6363
run: |
6464
source e2e-tests/utils.sh
6565
create_namespace flink

0 commit comments

Comments
 (0)