Skip to content

Commit 781ee77

Browse files
author
Ryan Baxter
committed
Use project maven executable
1 parent b220359 commit 781ee77

File tree

1 file changed

+1
-1
lines changed
  • spring-cloud-kubernetes-integration-tests

1 file changed

+1
-1
lines changed

spring-cloud-kubernetes-integration-tests/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ KIND="${BIN_DIR}/kind"
1414

1515
ISTIOCTL="${BIN_DIR}/istio-1.6.2/bin/istioctl"
1616

17-
MVN_VERSION=$(mvn -q \
17+
MVN_VERSION=$(../mvn -q \
1818
-Dexec.executable=echo \
1919
-Dexec.args='${project.version}' \
2020
--non-recursive \

0 commit comments

Comments
 (0)