Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 257e391

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎.kokoro/system_tests.sh

Copy file name to clipboardExpand all lines: .kokoro/system_tests.sh
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.