Skip to content

Commit 3794f04

Browse files
nickvergessenbackportbot[bot]
authored andcommitted
ci: Fix EOL check
Signed-off-by: Joas Schilling <[email protected]> [skip ci]
1 parent b248ede commit 3794f04

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/block-merge-eol.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@ jobs:
2323
runs-on: ubuntu-latest-low
2424

2525
steps:
26-
- name: Download updater config
27-
run: curl https://raw.githubusercontent.com/nextcloud/updater_server/production/config/config.php --output config.php
28-
2926
- name: Set server major version environment
3027
run: |
3128
# retrieve version number from branch reference
3229
server_major=$(echo "${{ github.base_ref }}" | sed -En 's/stable//p')
3330
echo "server_major=$server_major" >> $GITHUB_ENV
31+
echo "current_month=$(date +%Y-%m)" >> $GITHUB_ENV
3432
3533
- name: Checking if ${{ env.server_major }} is EOL
3634
run: |

0 commit comments

Comments
 (0)