Skip to content

Commit 5ff409e

Browse files
committed
Temporarily remove build conditional for base AMI
Remove `if_changed` conditional for the base image as we hit a Catch 22 now for base AMI ID detection. To be reverted once base AMI ID reference is published to S3.
1 parent 968ab73 commit 5ff409e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.buildkite/pipeline.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ steps:
6969
depends_on:
7070
- "linting"
7171
- "fixperms-tests"
72-
if_changed: '{packer/windows/.trigger-base-build,packer/windows/base.pkr.hcl,packer/windows/conf/**,packer/windows/scripts/enable-containers.ps1,packer/windows/scripts/install-cloudwatch-agent.ps1,packer/windows/scripts/install-docker.ps1,packer/windows/scripts/install-lifecycled.ps1,packer/windows/scripts/install-session-manager-plugin.ps1,packer/windows/scripts/install-utils.ps1}'
7372
plugins:
7473
- *aws_role_plugin
7574

@@ -142,7 +141,6 @@ steps:
142141
depends_on:
143142
- "linting"
144143
- "fixperms-tests"
145-
if_changed: '{packer/linux/.trigger-base-build,packer/linux/base.pkr.hcl,packer/linux/conf/**,packer/linux/scripts/cleanup.sh,packer/linux/scripts/install-cloudwatch-agent.sh,packer/linux/scripts/install-docker.sh,packer/linux/scripts/install-session-manager-plugin.sh,packer/linux/scripts/install-utils.sh}'
146144
plugins:
147145
- *aws_role_plugin
148146

@@ -216,7 +214,6 @@ steps:
216214
depends_on:
217215
- "linting"
218216
- "fixperms-tests"
219-
if_changed: '{packer/linux/.trigger-base-build,packer/linux/base.pkr.hcl,packer/linux/conf/**,packer/linux/scripts/cleanup.sh,packer/linux/scripts/install-cloudwatch-agent.sh,packer/linux/scripts/install-docker.sh,packer/linux/scripts/install-session-manager-plugin.sh,packer/linux/scripts/install-utils.sh}'
220217
plugins:
221218
- *aws_role_plugin
222219

0 commit comments

Comments
 (0)