Skip to content

Commit 5482354

Browse files
committed
Test private AMI creation
1 parent 6c45c38 commit 5482354

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: true
60+
AMI_PUBLIC: false
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: true
128+
AMI_PUBLIC: false
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: true
195+
AMI_PUBLIC: false
196196
agents:
197197
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE}"
198198
depends_on:

0 commit comments

Comments
 (0)