Skip to content

Commit

Permalink
remove heroku installation
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Apr 29, 2024
1 parent a8baffc commit 8138bb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/empty-stampy-buckets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
steps:
- name: is heroku installed?
run: heroku --version
- name: uninstall heroku
run: |
apt-get remove heroku heroku-toolbelt
rm /etc/apt/sources.list.d/heroku.list
# - name: install heroku
# run: curl https://cli-assets.heroku.com/install-ubuntu.sh | sh
# - name: run a few commands
Expand Down

0 comments on commit 8138bb5

Please sign in to comment.