Skip to content

Commit b909df9

Browse files
committed
fix path for clean_docker_k8s.sh
1 parent 148b153 commit b909df9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-tests/src/test/resources/setupenv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
function clean_jenkins {
66
echo "Cleaning."
7-
/usr/local/packages/aime/ias/run_as_root "${SCRIPTPATH}/clean_docker_k8s.sh -y"
7+
/usr/local/packages/aime/ias/run_as_root "${PROJECT_ROOT}/src/integration-tests/bash/clean_docker_k8s.sh -y"
88
}
99

1010
function setup_jenkins {
1111
echo "Setting up."
12-
/usr/local/packages/aime/ias/run_as_root "sh ${SCRIPTPATH}/install_docker_k8s.sh -y -u wls -v ${K8S_VERSION}"
12+
/usr/local/packages/aime/ias/run_as_root "sh ${PROJECT_ROOT}/src/integration-tests/bash/install_docker_k8s.sh -y -u wls -v ${K8S_VERSION}"
1313
set +x
1414
. ~/.dockerk8senv
1515
set -x

0 commit comments

Comments
 (0)