Skip to content

Commit 2b86ff6

Browse files
earl-warrenforgejo-backport-action
authored andcommitted
chore(ci): deprecate legacy infrastructure supporting v*.next
https://code.forgejo.org/infrastructure/k8s/ was replaced with https://code.forgejo.org/infrastructure/k8s-cluster/ (cherry picked from commit ece87d0)
1 parent 7ec30b6 commit 2b86ff6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.forgejo/workflows/publish-release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,6 @@ jobs:
6060
verbose: ${{ vars.VERBOSE }}
6161

6262
- name: upgrade v*.next.forgejo.org
63-
run: |
64-
export DEBIAN_FRONTEND=noninteractive
65-
apt-get update -qq
66-
apt-get -q install -y -qq curl
67-
version="${{ github.ref_name }}"
68-
version=${version##*v}
69-
major=$(echo $version | sed -E -e 's/^([0-9]+).*/\1/')
70-
# https://forgejo.org/docs/next/developer/infrastructure
71-
curl -o /dev/null -sS https://v$major.next.forgejo.org/.well-known/wakeup-on-logs/forgejo-v$major
72-
73-
- name: upgrade v*.next.forgejo.org (k8s)
7463
uses: https://code.forgejo.org/infrastructure/[email protected]
7564
with:
7665
url: https://placeholder:${{ secrets.TOKEN_NEXT_DIGEST }}@code.forgejo.org/infrastructure/next-digest

0 commit comments

Comments
 (0)