Skip to content

Commit

Permalink
chore(cleanup): remove outdated schedule steps
Browse files Browse the repository at this point in the history
Those are no longer used and commit 9b55784 "BREAKING: use setup.sh
instead of Dockerfile" cleaned them only half way.

Signed-off-by: Paul Spooren <mail@aparcar.org>
  • Loading branch information
aparcar committed Jan 9, 2025
1 parent 342193a commit 22cde2e
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,7 @@ jobs:
run_setup: ${{ steps.find_targets.outputs.run_setup }}

steps:
- name: Set release to 23.05-SNAPSHOT
run: |
echo "VERSION=23.05-SNAPSHOT" >> "$GITHUB_ENV"
echo "VERSION_PATH=releases/23.05-SNAPSHOT" >> "$GITHUB_ENV"
echo "REF=openwrt-23.05" >> "$GITHUB_ENV"
- name: Set release to 22.03-SNAPSHOT
run: |
echo "VERSION=22.03-SNAPSHOT" >> "$GITHUB_ENV"
echo "VERSION_PATH=releases/22.03-SNAPSHOT" >> "$GITHUB_ENV"
echo "REF=openwrt-22.03" >> "$GITHUB_ENV"
- name: Set release to 21.02-SNAPSHOT
run: |
echo "VERSION=21.02-SNAPSHOT" >> "$GITHUB_ENV"
echo "VERSION_PATH=releases/21.02-SNAPSHOT" >> "$GITHUB_ENV"
echo "REF=openwrt-21.02" >> "$GITHUB_ENV"
- name: Set release manually
- name: Set release
if: github.event.inputs.ref != ''
run: |
export REF=${{ github.event.inputs.ref == 'master' && 'main' || github.event.inputs.ref }}
Expand Down

0 comments on commit 22cde2e

Please sign in to comment.