Skip to content

Commit 65fcf3c

Browse files
committed
[FlINK-36392] is it the host or the container going wrong?
1 parent fff43ae commit 65fcf3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ jobs:
168168
eval $(minikube -p minikube docker-env)
169169
export JAVA_VERSION=${{ matrix.java-version }}
170170
env
171+
echo "-----"
172+
ls -l ${HOME}/.m2
171173
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" .
172174
docker images
173175
- name: Start the operator

0 commit comments

Comments
 (0)