File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,13 @@ before:
10
10
# As part of the release doc files are included as a separate deliverable for
11
11
# consumption by Packer.io. To include a separate docs.zip uncomment the following command.
12
12
- make ci-release-docs
13
+ # Check plugin compatibility with required version of the Packer SDK
14
+ - make plugin-check
13
15
builds :
14
16
# A separated build to run the packer-plugins-check only once for a linux_amd64 binary
15
17
-
16
18
id : plugin-check
17
19
mod_timestamp : ' {{ .CommitTimestamp }}'
18
- hooks :
19
- post :
20
- # This will check plugin compatibility against latest version of Packer
21
- - cmd : make plugin-check
22
- dir : " {{ dir .Path}}"
23
20
flags :
24
21
- -trimpath # removes all file system paths from the compiled executable
25
22
ldflags :
You can’t perform that action at this time.
0 commit comments