diff options
author | Adin Scannell <ascannell@google.com> | 2019-09-11 21:03:12 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-09-11 21:04:42 -0700 |
commit | 1e6bdd58551246f6ae662a20b733a9c9dd5ef225 (patch) | |
tree | 6df9eace3cbb8fb23af98b8538b1e855b9e18324 /scripts/build.sh | |
parent | c06ef5131f1ccd3106ccf4fa4e787db079db2d96 (diff) |
Update key environment variables.
PiperOrigin-RevId: 268604220
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index d5dd14acc..81023aab3 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -24,7 +24,7 @@ pkg=$(build -c opt --host_force_python=py2 //runsc:runsc-debian) # Build a repository, if the key is available. if [[ -v KOKORO_REPO_KEY ]]; then - repo=$(tools/make_repository.sh "${KOKORO_REPO_KEY}" gvisor-bot@google.com ${pkg}) + repo=$(tools/make_repository.sh "${KOKORO_KEYSTORE_DIR}/${KOKORO_REPO_KEY}" gvisor-bot@google.com ${pkg}) fi # Install installs artifacts. |