Skip to content

Commit 06ad08e

Browse files
authored
Merge pull request #1590 from buildkite/skip_base_ami_rebuild
2 parents 9af275f + 92352b2 commit 06ad08e

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.buildkite/pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ steps:
6969
depends_on:
7070
- "linting"
7171
- "fixperms-tests"
72-
if_changed: "{packer/windows/**,plugins/**}"
72+
if_changed: "packer/windows/**"
7373
plugins:
7474
- *aws_role_plugin
7575

@@ -142,7 +142,7 @@ steps:
142142
depends_on:
143143
- "linting"
144144
- "fixperms-tests"
145-
if_changed: "{packer/linux/**,plugins/**}"
145+
if_changed: "packer/linux/**"
146146
plugins:
147147
- *aws_role_plugin
148148

@@ -216,7 +216,7 @@ steps:
216216
depends_on:
217217
- "linting"
218218
- "fixperms-tests"
219-
if_changed: "{packer/linux/**,plugins/**}"
219+
if_changed: "packer/linux/**"
220220
plugins:
221221
- *aws_role_plugin
222222

packer/linux/base.pkr.hcl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ build {
8686
source = "conf"
8787
}
8888

89-
provisioner "file" {
90-
destination = "/tmp/plugins"
91-
source = "../../plugins"
92-
}
9389

9490
# Essential utilities & updates
9591
provisioner "shell" {

0 commit comments

Comments
 (0)