Skip to content

Commit

Permalink
chore: remove rollback automation (#2576)
Browse files Browse the repository at this point in the history
* chore: remove homebrew rollback script

* chore: remove rollback workflow

* chore: comment out windows promote task for now

* chore: comment out pack-and-upload-windows job for now

* chore: remove windows name from package.json for now
  • Loading branch information
k80bowman committed Dec 14, 2023
1 parent abf58f1 commit 0abd183
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 173 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/pack-upload.yml
Expand Up @@ -105,25 +105,25 @@ jobs:
yarn oclif upload tarballs
./scripts/upload/deb
pack-and-upload-windows:
runs-on: ubuntu-latest
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: yarn
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@41775cf0c82ef066f1eb39cea1bd74697ca5b735
- name: Install NSIS
run: brew install nsis
- name: yarn install
run: yarn --immutable --network-timeout 1000000
- name: pack windows installer
run: yarn pack:win
- name: upload windows installer
run: yarn upload:win
# pack-and-upload-windows:
# runs-on: ubuntu-latest
# env:
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: lts/*
# cache: yarn
# - name: Set up Homebrew
# id: set-up-homebrew
# uses: Homebrew/actions/setup-homebrew@41775cf0c82ef066f1eb39cea1bd74697ca5b735
# - name: Install NSIS
# run: brew install nsis
# - name: yarn install
# run: yarn --immutable --network-timeout 1000000
# - name: pack windows installer
# run: yarn pack:win
# - name: upload windows installer
# run: yarn upload:win
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
SHA=$(npm view heroku@${{ inputs.version }} --json | jq -r '.gitHead[0:7]')
yarn oclif promote --deb --xz --root="./packages/cli" --sha="$SHA" --indexes --version=${{ inputs.version }} --channel=${{ fromJSON(inputs.isStableRelease) && 'stable' || env.prerelease-channel }}
yarn oclif promote --win --xz --root="./packages/cli" --sha="$SHA" --indexes --version=${{ inputs.version }} --channel=${{ fromJson(inputs.isStableRelease) && 'stable' || env.prerelease-channel }}
# yarn oclif promote --win --xz --root="./packages/cli" --sha="$SHA" --indexes --version=${{ inputs.version }} --channel=${{ fromJson(inputs.isStableRelease) && 'stable' || env.prerelease-channel }}
shell: bash
- name: promote Linux install scripts
run: node ./scripts/postrelease/install_scripts.js
91 changes: 0 additions & 91 deletions .github/workflows/rollback.yml

This file was deleted.

3 changes: 0 additions & 3 deletions packages/cli/package.json
Expand Up @@ -323,9 +323,6 @@
"heroku-sudo": "@heroku/sudo",
"heroku-webhooks": null,
"sudo": "@heroku/sudo"
},
"windows": {
"name": "Heroku CLI"
}
},
"repository": "heroku/cli",
Expand Down
56 changes: 0 additions & 56 deletions scripts/rollback/homebrew.js

This file was deleted.

0 comments on commit 0abd183

Please sign in to comment.