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 fff43ae commit 65fcf3cCopy full SHA for 65fcf3c
.github/workflows/ci.yml
@@ -168,6 +168,8 @@ jobs:
168
eval $(minikube -p minikube docker-env)
169
export JAVA_VERSION=${{ matrix.java-version }}
170
env
171
+ echo "-----"
172
+ ls -l ${HOME}/.m2
173
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 MAVEN_HOME="${HOME}/.m2" .
174
docker images
175
- name: Start the operator
0 commit comments