Skip to content

Commit 8b3f818

Browse files
committed
Make AMI builds public once more
1 parent 5482354 commit 8b3f818

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ steps:
5757
timeout_in_minutes: 60
5858
retry: { automatic: { limit: 3 } }
5959
env:
60-
AMI_PUBLIC: false
60+
AMI_PUBLIC: true
6161
agents:
6262
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE}"
6363
depends_on:
@@ -125,7 +125,7 @@ steps:
125125
timeout_in_minutes: 60
126126
retry: { automatic: { limit: 3 } }
127127
env:
128-
AMI_PUBLIC: false
128+
AMI_PUBLIC: true
129129
agents:
130130
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE}"
131131
depends_on:
@@ -192,7 +192,7 @@ steps:
192192
timeout_in_minutes: 60
193193
retry: { automatic: { limit: 3 } }
194194
env:
195-
AMI_PUBLIC: false
195+
AMI_PUBLIC: true
196196
agents:
197197
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE}"
198198
depends_on:

0 commit comments

Comments
 (0)