File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 69
69
depends_on :
70
70
- " linting"
71
71
- " fixperms-tests"
72
- if_changed : " { packer/windows/**,plugins/**} "
72
+ if_changed : " packer/windows/**"
73
73
plugins :
74
74
- *aws_role_plugin
75
75
@@ -142,7 +142,7 @@ steps:
142
142
depends_on :
143
143
- " linting"
144
144
- " fixperms-tests"
145
- if_changed : " { packer/linux/**,plugins/**} "
145
+ if_changed : " packer/linux/**"
146
146
plugins :
147
147
- *aws_role_plugin
148
148
@@ -216,7 +216,7 @@ steps:
216
216
depends_on :
217
217
- " linting"
218
218
- " fixperms-tests"
219
- if_changed : " { packer/linux/**,plugins/**} "
219
+ if_changed : " packer/linux/**"
220
220
plugins :
221
221
- *aws_role_plugin
222
222
Original file line number Diff line number Diff line change @@ -86,10 +86,6 @@ build {
86
86
source = " conf"
87
87
}
88
88
89
- provisioner "file" {
90
- destination = " /tmp/plugins"
91
- source = " ../../plugins"
92
- }
93
89
94
90
# Essential utilities & updates
95
91
provisioner "shell" {
You can’t perform that action at this time.
0 commit comments