Skip to content

Commit 8bdc54e

Browse files
committed
Use maven wrapper in integration tests
Needed because the checkstyle plugin could fail with older maven versions
1 parent 4982a50 commit 8bdc54e

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)