Ensure the integration tests can always use snapshot dependencies

This commit is contained in:
Georgios Andrianakis
2019-04-11 09:28:34 +03:00
parent 48c1917a33
commit 165bd05418

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
mvn -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: