Skip to content

Commit

Permalink
Remove custom worktreeAllowedChanges (#459)
Browse files Browse the repository at this point in the history
1. The default option will now work fine here and this option is being
removed in pulumi/ci-mgmt#1005
2. Remove `publish.goSdk` config. This had no effect as
`publish.goSdk.usePush` defaults to true

Workflows will be re-generated on next nightly CI upgrade.
  • Loading branch information
danielrbradley authored Jun 26, 2024
1 parent 4db69e1 commit d36760e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,3 @@ plugins:
- name: terraform
version: "1.0.16"
kind: converter

# These files are updated with the real version number
worktreeAllowedChanges: |-
sdk/**/pulumi-plugin.json
sdk/dotnet/Pulumi.*.csproj
sdk/go/*/internal/pulumiUtilities.go
sdk/nodejs/package.json
sdk/python/pyproject.toml
publish:
goSdk:
usePush: true

0 comments on commit d36760e

Please sign in to comment.