Skip to content

Commit

Permalink
Update Kokoro build script to delete secrets at the end
Browse files Browse the repository at this point in the history
Change-Id: Id47e7f4b155bfac993e0360059bf2aabaeb6c7d8
  • Loading branch information
Jon Wayne Parrott committed Aug 14, 2017
1 parent 93caa02 commit 257e391
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kokoro/system_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ export GOOGLE_CLIENT_SECRETS=$(pwd)/testing/client-secrets.json
# Run tests
pip install --upgrade nox-automation
nox -s "${NOX_SESSION}"

# Workaround for Kokoro permissions issue: delete secrets
rm testing/{test-env.sh,client-secrets.json,service-account.json}

0 comments on commit 257e391

Please sign in to comment.