diff --git a/Makefile b/Makefile index 80d6b746..afafd559 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,3 @@ -# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt - PACK := chronosphere ORG := chronosphereio PROJECT := github.com/chronosphereio/pulumi-chronosphere @@ -131,19 +129,6 @@ tfgen: install_plugins bin/pulumi-java-gen: pulumictl download-binary -n pulumi-language-java -v $(JAVA_GEN_VERSION) -r pulumi/pulumi-java -# To make an immediately observable change to .ci-mgmt.yaml: -# -# - Edit .ci-mgmt.yaml -# - Run make ci-mgmt to apply the change locally. -# -# ci-mgmt: .ci-mgmt.yaml -# rm .github/workflows/*.yml # Copied from update-workflows.yml -# go run github.com/pulumi/ci-mgmt/provider-ci@master generate \ -# --name pulumi/pulumi-$(PACK) \ -# --out . \ -# --template bridged-provider \ -# --config $< - .pulumi/bin/pulumi: .pulumi/version curl -fsSL https://get.pulumi.com | HOME=$(WORKING_DIR) sh -s -- --version $(cat .pulumi/version)