Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
samples: hack to set LOCATION_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
lesv authored and chingor13 committed Aug 3, 2020
1 parent cc623fe commit f961302
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

set -eo pipefail

# TODO(TRAMPOLINE_V2): move to .trampolinerc
export QUEUE_ID=my-appengine-queue
export LOCATION_ID=us-east1

## Get the directory of the build script
scriptDir=$(realpath $(dirname "${BASH_SOURCE[0]}"))
## cd to the parent directory, i.e. the root of the git repo
Expand Down
1 change: 0 additions & 1 deletion .kokoro/populate-secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ function now { date +"%Y-%m-%d %H:%M:%S" | tr -d '\n' ;}
function msg { println "$*" >&2 ;}
function println { printf '%s\n' "$(now) $*" ;}


# Populates requested secrets set in SECRET_MANAGER_KEYS from service account:
# kokoro-trampoline@cloud-devrel-kokoro-resources.iam.gserviceaccount.com
SECRET_LOCATION="${KOKORO_GFILE_DIR}/secret_manager"
Expand Down

0 comments on commit f961302

Please sign in to comment.