Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 4854f55

Browse files
author
Corneil du Plessis
authored
[Scripts] fix script relative folder. (#5160)
1 parent c63fc35 commit 4854f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/local/local-k8s-acceptance-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ else
5151
fi
5252

5353
echo "DATAFLOW_IP=$DATAFLOW_IP"
54-
pushd $ROOTDIR
54+
pushd "$ROOTDIR/../spring-cloud-dataflow-acceptance-tests"
5555
echo "EXTRA=$EXTRA" | tee build.log
5656
./mvnw -Dspring.profiles.active=blah \
5757
-DPLATFORM_TYPE=kubernetes \
@@ -64,4 +64,4 @@ echo "EXTRA=$EXTRA" | tee build.log
6464
-Dtest=!DataFlowAT#streamAppCrossVersion \
6565
-X clean test verify $EXTRA | tee -a build.log | grep -v -F "DEBUG"
6666
./mvnw surefire-report:failsafe-report-only
67-
popd
67+
popd > /dev/null

0 commit comments

Comments
 (0)