Skip to content

Commit 54e0ba8

Browse files
authored
Merge pull request spring-cloud#407 from spring-cloud/maven-wrapper
Use maven wrapper in integration tests
2 parents 4982a50 + 8bdc54e commit 54e0ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
/snap/bin/microk8s.kubectl config view --raw > /tmp/kubeconfig
107107
export KUBECONFIG=/tmp/kubeconfig
108108
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
109+
../mvnw -Ddocker.host='unix:///var/snap/microk8s/current/docker.sock' -Dimage.registry='localhost:32000' clean package fabric8:build verify -Pfmp,it,spring
110110
- store_test_results:
111111
path: $HOME/artifacts/junit/
112112
- store_artifacts:

0 commit comments

Comments
 (0)