From ad388219ade7f30ac10d1b338a88bb6de53826f1 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Thu, 11 Jul 2024 23:02:37 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#545) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit d44b7071b42c08f5878a282600ac3f23d1815278. --- Makefile | 8 -- scripts/upstream.sh | 198 -------------------------------------------- 2 files changed, 206 deletions(-) delete mode 100755 scripts/upstream.sh diff --git a/Makefile b/Makefile index d4d2751f..90e99037 100644 --- a/Makefile +++ b/Makefile @@ -167,14 +167,6 @@ ifneq ("$(wildcard upstream)","") ./upstream.sh init endif -upstream.finalize: - echo "Deprecated: Use `./upstream.sh format_patches` instead" - scripts/upstream_old.sh "$@" end_rebase - -upstream.rebase: - echo "Deprecated: Use `./upstream.sh checkout` and `./upstream.sh rebase` instead" - scripts/upstream_old.sh "$@" start_rebase - bin/pulumi-java-gen: .pulumi-java-gen.version pulumictl download-binary -n pulumi-language-java -v v$(shell cat .pulumi-java-gen.version) -r pulumi/pulumi-java diff --git a/scripts/upstream.sh b/scripts/upstream.sh deleted file mode 100755 index 23ba9467..00000000 --- a/scripts/upstream.sh +++ /dev/null @@ -1,198 +0,0 @@ -#!/usr/bin/env bash -# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt - -set -e - -# "$1" is the current make command being run. -# It is used to make the error message more actionable. -err_rebase_in_progress() { - cat <