Skip to content

Commit b30588e

Browse files
committed
run script to populate secrets
1 parent b919ef8 commit b30588e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,13 @@ integration)
7272
;;
7373
graalvmA)
7474
# Run Unit and Integration Tests with Native Image
75+
$(dirname $0)/populate-secrets.sh
7576
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test test -pl 'oauth2_http'
7677
RETURN_CODE=$?
7778
;;
7879
graalvmB)
7980
# Run Unit and Integration Tests with Native Image
81+
$(dirname $0)/populate-secrets.sh
8082
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test test -pl 'oauth2_http'
8183
RETURN_CODE=$?
8284
;;

0 commit comments

Comments
 (0)