Skip to content

Commit

Permalink
chore: Remove old scripts
Browse files Browse the repository at this point in the history
This might break a couple of workflows (hope not), but it's been 18 months since we changed the workflow to not rely on these, and the readme-examples have always used `v1`, so think the likelihood of things breaking for people is sufficiently low to finally go ahead with this.
  • Loading branch information
sondrelg committed Feb 11, 2023
1 parent 82dee43 commit 0453357
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 124 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,3 @@ jobs:
- uses: snok/install-poetry@v1
- uses: snok/install-poetry@v1.1
- uses: snok/install-poetry@v1.2

# Legacy: make sure old scripts are not deleted
# The scripts folder contains scripts that are fetched by older versions of the
# action. They're unfortunately fetched from the main branch.
# If we delete these scripts, those versions of the action will fail.
test-scripts-exist:
runs-on: ubuntu-latest
steps:
# v1.1 script loaded in < 1.1.4
- uses: snok/install-poetry@v1.1.4
# v1.2 script loaded in > 1.1.4
- uses: snok/install-poetry@v1.1.6
4 changes: 0 additions & 4 deletions scripts/README.md

This file was deleted.

45 changes: 0 additions & 45 deletions scripts/v1.1/main.sh

This file was deleted.

63 changes: 0 additions & 63 deletions scripts/v1.2/main.sh

This file was deleted.

0 comments on commit 0453357

Please sign in to comment.