Skip to content

Commit 6ec520a

Browse files
committed
[WIP] Try fixing ./.buildkite/commands/take-screenshots.sh: line 32: S3_BUCKET: unbound variable error.
1 parent d4887e2 commit 6ec520a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ steps:
6060
env:
6161
SCREENSHOT_LANGUAGE: "{{matrix.language}}"
6262
SCREENSHOT_MODE: "{{matrix.mode}}"
63+
S3_BUCKET: $S3_BUCKET
64+
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
65+
AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
66+
BUILDKITE_BUILD_ID: $BUILDKITE_BUILD_ID
6367
artifact_paths:
6468
- "fastlane/logs/**/*"
6569
notify:

0 commit comments

Comments
 (0)