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 4e3657b

Browse filesBrowse files
author
Takashi Matsuo
committed
remove secret if we used decrypt-secrets.sh before the test
1 parent 2e143a0 commit 4e3657b
Copy full SHA for 4e3657b

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+5
-0
lines changed

‎.kokoro/tests/run_tests.sh

Copy file name to clipboardExpand all lines: .kokoro/tests/run_tests.sh
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,9 @@ for file in **/requirements.txt; do
175175
done
176176
cd "$ROOT"
177177

178+
# Remove secrets if we used decrypt-secrets.sh.
179+
if [[ -f "${KOKORO_GFILE_DIR}/secrets_viewer_service_account.json" ]]; then
180+
rm testing/{test-env.sh,client-secrets.json,service-account.json}
181+
fi
182+
178183
exit "$RTN"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.