We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b33ca commit 5f92bc7Copy full SHA for 5f92bc7
.goreleaser.yml
@@ -9,7 +9,7 @@ before:
9
- go test ./...
10
# As part of the release doc files are included as a separate deliverable for
11
# consumption by Packer.io. To include a separate docs.zip uncomment the following command.
12
- - /bin/sh -c "[ -d docs ] && zip -r docs.zip docs/"
+ - make ci-release-docs
13
builds:
14
# A separated build to run the packer-plugins-check only once for a linux_amd64 binary
15
-
0 commit comments