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 4982a50 commit 8bdc54eCopy full SHA for 8bdc54e
.circleci/config.yml
@@ -106,7 +106,7 @@ jobs:
106
/snap/bin/microk8s.kubectl config view --raw > /tmp/kubeconfig
107
export KUBECONFIG=/tmp/kubeconfig
108
cd spring-cloud-kubernetes-integration-tests
109
- mvn -Ddocker.host='unix:///var/snap/microk8s/current/docker.sock' -Dimage.registry='localhost:32000' clean package fabric8:build verify -Pfmp,it,spring
+ ../mvnw -Ddocker.host='unix:///var/snap/microk8s/current/docker.sock' -Dimage.registry='localhost:32000' clean package fabric8:build verify -Pfmp,it,spring
110
- store_test_results:
111
path: $HOME/artifacts/junit/
112
- store_artifacts:
0 commit comments