From f6c1917d7e648f7404f07ad78dd481dea9df9514 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Fri, 15 Nov 2024 06:36:54 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index b2b8978..b7e3e8e 100644 --- a/Makefile +++ b/Makefile @@ -179,11 +179,7 @@ bin/pulumi-java-gen: .pulumi-java-gen.version # - Run make ci-mgmt to apply the change locally. # ci-mgmt: .ci-mgmt.yaml - go run github.com/pulumi/ci-mgmt/provider-ci@master generate \ - --name $(ORG)/pulumi-$(PACK) \ - --out . \ - --template bridged-provider \ - --config $< + go run github.com/pulumi/ci-mgmt/provider-ci@master generate # Because some codegen depends on the version of the CLI used, we install a local CLI # version pinned to the same version as `provider/go.mod`.