diff --git a/.github/workflows/deprecate-provider.yml b/.github/workflows/deprecate-provider.yml index 15202f4..b41096c 100644 --- a/.github/workflows/deprecate-provider.yml +++ b/.github/workflows/deprecate-provider.yml @@ -26,8 +26,8 @@ jobs: - name: Kick off the deprecation run: | sed -i "s/isDeprecated: false,/isDeprecated: true,/" .projenrc.js - - name: Do a build - run: yarn && yarn build + - name: npx projen + run: yarn - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 diff --git a/provider.json b/provider.json index cfc0e50..8ad4461 100644 --- a/provider.json +++ b/provider.json @@ -22,7 +22,6 @@ "google": "google@~> 5.0", "googlebeta": "google-beta@~> 5.0", "googleworkspace": "googleworkspace@~> 0.7", - "hashicups": "hashicorp/hashicups@~> 0.3", "hcp": "hcp@~> 0.45", "hcs": "hcs@~> 0.5", "helm": "helm@~> 2.3", diff --git a/providersWithCustomRunners.json b/providersWithCustomRunners.json index 4b8d211..511ec09 100644 --- a/providersWithCustomRunners.json +++ b/providersWithCustomRunners.json @@ -4,6 +4,5 @@ "datadog", "google", "googlebeta", - "kubernetes", - "hashicups" + "kubernetes" ] diff --git a/sharded-stacks.json b/sharded-stacks.json index e6f10d2..a93c0d5 100644 --- a/sharded-stacks.json +++ b/sharded-stacks.json @@ -23,7 +23,6 @@ "gitlab", "google", "googlebeta", - "hashicups", "helm", "ionoscloud", "kubernetes",