Skip to content

Commit 771251a

Browse files
committed
update maven to match new apache login rules
1 parent f297ebc commit 771251a

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.forgejo/workflows/maven.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,15 @@ jobs:
2020
apt update
2121
apt install -y curl
2222
curl -v http://git.altherneum.fr
23-
- name: Network test .git altherneum.fr
23+
- name: Network test HTTPs git.altherneum.fr
24+
run: |
25+
apt update
26+
apt install -y curl
27+
curl -v https://git.altherneum.fr
28+
- name: Network test HTTP altherneum.fr/*/*.git
2429
run: curl -v http://git.altherneum.fr/Altherneum/plugin.git/info/refs?service=git-upload-pack
30+
- name: Network test HTTPs altherneum.fr/*/*.git
31+
run: curl -v https://git.altherneum.fr/Altherneum/plugin.git/info/refs?service=git-upload-pack
2532

2633
- name: Checkout plugin.git
2734
run: |
@@ -70,7 +77,7 @@ jobs:
7077
with:
7178
tag: ${{ steps.tag.outputs.tag }}
7279
direction: upload
73-
url: http://git.altherneum.fr
80+
url: https://git.altherneum.fr
7481
repo: Altherneum/plugin
7582
token: ${{ secrets.WRITE_TOKEN_RELEASE_ACTION }}
7683
release-dir: dist/release

0 commit comments

Comments
 (0)