Skip to content

Commit 0d5cea8

Browse files
committed
Remove if_changed conditional for base image
packer.sh handles the logic based on the hash whether to rebuild base AMI.
1 parent a91e17e commit 0d5cea8

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/**"
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/**"
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/**"
220217
plugins:
221218
- *aws_role_plugin
222219

0 commit comments

Comments
 (0)