From d36760e429051190105bfad7a1d919436f857cba Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Wed, 26 Jun 2024 19:12:43 +0100 Subject: [PATCH] Remove custom worktreeAllowedChanges (#459) 1. The default option will now work fine here and this option is being removed in https://github.com/pulumi/ci-mgmt/pull/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. --- .ci-mgmt.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.ci-mgmt.yaml b/.ci-mgmt.yaml index 486709b8..8251f1d4 100644 --- a/.ci-mgmt.yaml +++ b/.ci-mgmt.yaml @@ -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