Skip to content

Commit

Permalink
Cleanup deprecated goreleaser flag (#2374)
Browse files Browse the repository at this point in the history
Remove the flag `skipGoReleaserHooks` from `.ci-mgmt.yml` because
support for this was removed a while ago, with the last bits removed in
pulumi/ci-mgmt#1074

Change applied based on this section which was removed from
https://github.com/pulumi/ci-mgmt/blob/master/provider-ci/internal/pkg/templates/bridged-provider.config.yaml:

```
# Go releaser: skip the post cleaning steps
# Only used for gcp: https://github.com/search?q=org%3Apulumi+path%3A.ci-mgmt.yaml+%22skipGoReleaserHooks%3A%22&type=code
#skipGoReleaserHooks: false
```
  • Loading branch information
ringods authored Sep 12, 2024
2 parents 607906b + a081a0e commit 34a335d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ plugins:
version: "1.0.17"
kind: converter
goBuildParallelism: 2
skipGoReleaserHooks: true
actions:
preTest:
- name: make upstream
Expand Down

0 comments on commit 34a335d

Please sign in to comment.