Skip to content

Commit

Permalink
goreleaser: don't rely on ci-make-docs
Browse files Browse the repository at this point in the history
Since the ci-make-docs target is no longer part of the Makefile, we
cannot rely on it for making the latest docs, and therefore we must
remove that from the goreleaser file too.
  • Loading branch information
lbajolet-hashicorp authored and nywilken committed Oct 10, 2023
1 parent 6b24d72 commit 40cab4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ before:
# We strongly recommend running tests to catch any regression before release.
# Even though, this an optional step.
- go test ./...
# As part of the release doc files are included as a separate deliverable for
# consumption by Packer.io. To include a separate docs.zip uncomment the following command.
- make ci-release-docs
# Check plugin compatibility with required version of the Packer SDK
- make plugin-check
builds:
Expand Down

0 comments on commit 40cab4a

Please sign in to comment.