Skip to content

Commit 3fda300

Browse files
committed
[OPENMEETINGS-2806] wget redirects are disabled
1 parent 1d48898 commit 3fda300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Install Maven
3535
run: |
36-
wget --retry-connrefused --tries=5 --waitretry=5 --read-timeout=20 --timeout=15 https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
36+
wget --retry-connrefused --tries=5 --waitretry=5 --max-redirect=0 --read-timeout=20 --timeout=15 https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
3737
tar -xzf apache-maven-${MAVEN_VERSION}-bin.tar.gz
3838
3939
- name: Cache Maven packages

0 commit comments

Comments
 (0)