From 36b7bbd6618086fc06d95bf54514c600057e1cb8 Mon Sep 17 00:00:00 2001 From: Matthew Lewis Date: Wed, 4 Oct 2023 15:49:09 +1100 Subject: [PATCH] Make sure we forward GEM_HOST_API_KEY and GIT_AUTHOR_* env vars onto the docker container --- .buildkite/pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 3a6e803..7d01c03 100755 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -25,6 +25,10 @@ steps: plugins: - docker#v3.3.0: image: ruby:2.7 + environment: + - GEM_HOST_API_KEY + - GIT_AUTHOR_NAME=Fat Zebra + - GIT_AUTHOR_EMAIL=support@fatzebra.com agents: queue: aws Environment: test \ No newline at end of file