File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
linux/conf/buildkite-agent/hooks
windows/conf/buildkite-agent/hooks Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 69
69
70
70
if [[ -n " ${BUILDKITE_SECRETS_BUCKET:- } " && " ${SECRETS_PLUGIN_ENABLED:- } " == " 1" ]] ; then
71
71
export BUILDKITE_PLUGIN_S3_SECRETS_BUCKET=" $BUILDKITE_SECRETS_BUCKET "
72
+ export BUILDKITE_PLUGIN_S3_SECRETS_REGION=" $BUILDKITE_SECRETS_BUCKET_REGION "
72
73
73
74
# shellcheck source=/dev/null
74
75
source /usr/local/buildkite-aws-stack/plugins/secrets/hooks/environment
Original file line number Diff line number Diff line change 47
47
48
48
if [[ -n " ${BUILDKITE_SECRETS_BUCKET:- } " && " ${SECRETS_PLUGIN_ENABLED:- } " == " 1" ]] ; then
49
49
export BUILDKITE_PLUGIN_S3_SECRETS_BUCKET=" $BUILDKITE_SECRETS_BUCKET "
50
+ export BUILDKITE_PLUGIN_S3_SECRETS_REGION=" $BUILDKITE_SECRETS_BUCKET_REGION "
50
51
51
52
# shellcheck source=/dev/null
52
53
source /usr/local/buildkite-aws-stack/plugins/secrets/hooks/environment
You can’t perform that action at this time.
0 commit comments