Skip to content

Commit 57c9d50

Browse files
committed
fix script
1 parent 0a32bc6 commit 57c9d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ integration)
7373
graalvmA)
7474
# Run Unit and Integration Tests with Native Image
7575
echo "HELLOOOO"
76-
$(dirname $0)/populate-secrets.sh
76+
bash .kokoro/populate-secrets.sh
7777
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test test -pl 'oauth2_http'
7878
RETURN_CODE=$?
7979
;;
8080
graalvmB)
8181
# Run Unit and Integration Tests with Native Image
82-
$(dirname $0)/populate-secrets.sh
82+
bash .kokoro/populate-secrets.sh
8383
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test test -pl 'oauth2_http'
8484
RETURN_CODE=$?
8585
;;

0 commit comments

Comments
 (0)