Merge pull request #407 from spring-cloud/maven-wrapper

Use maven wrapper in integration tests
This commit is contained in:
Georgios Andrianakis
2019-06-10 10:46:19 +03:00
committed by GitHub

View File

@@ -106,7 +106,7 @@ jobs:
/snap/bin/microk8s.kubectl config view --raw > /tmp/kubeconfig
export KUBECONFIG=/tmp/kubeconfig
cd spring-cloud-kubernetes-integration-tests
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
- store_test_results:
path: $HOME/artifacts/junit/
- store_artifacts: