Skip to content

Commit 257e391

Browse files
author
Jon Wayne Parrott
committed
Update Kokoro build script to delete secrets at the end
Change-Id: Id47e7f4b155bfac993e0360059bf2aabaeb6c7d8
1 parent 93caa02 commit 257e391

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.kokoro/system_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ export GOOGLE_CLIENT_SECRETS=$(pwd)/testing/client-secrets.json
2929
# Run tests
3030
pip install --upgrade nox-automation
3131
nox -s "${NOX_SESSION}"
32+
33+
# Workaround for Kokoro permissions issue: delete secrets
34+
rm testing/{test-env.sh,client-secrets.json,service-account.json}

0 commit comments

Comments
 (0)