mirror of https://github.com/openwrt/docker.git
chore(cleanup): remove outdated schedule steps
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>
pull/156/head
parent
342193af45
commit
22cde2e838
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue