Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
Install4j aktualisiert auf 10.0.9
  • Loading branch information
alex1702 authored Sep 20, 2024
1 parent 31036d7 commit 4239261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ default:
- ssh-keyscan -p 60002 dw2.mvorg.de >> ~/.ssh/known_hosts
- ssh-keyscan -p 60002 116.202.81.23 >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- wget -q https://download-gcdn.ej-technologies.com/install4j/install4j_unix_10_0_7.tar.gz -O install4j.tar.gz
- wget -q https://download-gcdn.ej-technologies.com/install4j/install4j_unix_10_0_9.tar.gz -O install4j.tar.gz
- tar -zxf install4j.tar.gz
- java -version
- ${INSTALL4J_JAVA_HOME}/bin/java -version
Expand Down

0 comments on commit 4239261

Please sign in to comment.