summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Konstanski <carlos.konstanski@olo.com>2025-10-09 09:35:21 -0600
committerGitHub <noreply@github.com>2025-10-09 09:35:21 -0600
commite6cb6651be5744b8f2d7eb67333d9647611ab3d4 (patch)
tree036e235f0cb966b487558aefd7f47b51b02e1cb4
parentb918afc5e7ba62c4cfd222b46aeac626ba855125 (diff)
parentb668e599e203842f7463292342b621dd9e39ee3a (diff)
Merge pull request #6 from ololabs/inf-18032-snow-needs-envvar-olo_aws_build_profile
[INF-18032] SNOW needs envvar OLO_AWS_BUILD_PROFILE
-rw-r--r--ci/docker-compose.yaml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/docker-compose.yaml.example b/ci/docker-compose.yaml.example
index b9192a2..1b7be7d 100644
--- a/ci/docker-compose.yaml.example
+++ b/ci/docker-compose.yaml.example
@@ -79,6 +79,7 @@ services:
- http_proxy=${http_proxy}
- no_proxy=${no_proxy}
- OLO_PROJECT_HOME=${OLO_PROJECT_HOME}
+ - OLO_AWS_BUILD_PROFILE=${OLO_AWS_BUILD_PROFILE}
- GITHUB_TOKEN=${GITHUB_TOKEN}
- GPG_AGENT_INFO=/home/${OLO_USERNAME}/.gnupg/S.gpg-agent:0:1
command: [ "/bin/bash -l -c" ]