We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8617baf commit 81d343bCopy full SHA for 81d343b
.github/workflows/e2e.yaml
@@ -59,7 +59,7 @@ jobs:
59
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}" .
60
docker images
61
- name: Create ${{ inputs.namespace }} == ${{ inputs.create-namespace }}
62
- if: inputs.create_namespace
+ if: ${{ inputs.create_namespace }}
63
run: |
64
source e2e-tests/utils.sh
65
create_namespace flink
0 commit comments