Commit graph

35 commits

Author SHA1 Message Date
e0a737a643 update-version.sh and deploy.yaml
All checks were successful
ci / build (push) Successful in 2m58s
2025-04-24 14:18:48 +02:00
cb3a6978d6 ${{ steps.repository.outputs.registry }}/${{ steps.repository.outputs.repository }}
All checks were successful
ci / build (push) Successful in 2m37s
2025-04-24 13:59:35 +02:00
750d2283ad echo "${repository}"
Some checks failed
ci / build (push) Failing after 48s
2025-04-24 13:58:31 +02:00
14328a254e repository="${repository%:main}"
Some checks failed
ci / build (push) Failing after 49s
2025-04-24 13:56:20 +02:00
4293006202 echo "repository=${repository%:main}"
Some checks failed
ci / build (push) Failing after 46s
2025-04-24 13:53:56 +02:00
606acbaf10 %:main
Some checks failed
ci / build (push) Failing after 50s
2025-04-24 13:52:07 +02:00
cfb99234be ${{ steps.docker.outputs.tags }}:${{ steps.get-version.outputs.tag }}
Some checks failed
ci / build (push) Failing after 45s
2025-04-24 13:46:49 +02:00
3c367286cf lowercase
Some checks failed
ci / build (push) Failing after 2m34s
2025-04-24 13:38:18 +02:00
bc1add8acc ${{ steps.get-version.outputs.tag }}
Some checks failed
ci / build (push) Failing after 46s
2025-04-24 13:33:49 +02:00
4a17dda647 TAG
Some checks failed
ci / build (push) Failing after 47s
2025-04-24 13:30:05 +02:00
d933c6085e updated version
Some checks failed
ci / build (push) Failing after 50s
2025-04-24 13:25:03 +02:00
6e80b13015 wget https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
All checks were successful
ci / build (push) Successful in 2m51s
tar -xvzf apache-maven-3.9.9-bin.tar.gz
2025-04-14 11:34:45 +02:00
dcb6e3a790 Install Maven
Some checks failed
ci / build (push) Failing after 38s
2025-04-14 11:31:59 +02:00
9a36bad959 Install Java (OpenJDK 11)
Some checks failed
ci / build (push) Failing after 39s
2025-04-14 11:30:17 +02:00
0ffdac877b mvn versions:commit
Some checks failed
ci / build (push) Failing after 19s
2025-04-14 11:28:11 +02:00
f2d7df5765 ./apache-maven-3.9.9/bin/mvn
Some checks failed
ci / build (push) Failing after 19s
2025-04-14 11:25:55 +02:00
15be48e2db sudo mv apache-maven-3.9.9/bin/mvn /usr/local/bin
Some checks failed
ci / build (push) Failing after 19s
2025-04-14 11:24:20 +02:00
2db47b7d91 going in #2
Some checks failed
ci / build (push) Failing after 20s
2025-04-14 11:21:48 +02:00
3f433a2fca going in
Some checks failed
ci / build (push) Failing after 20s
2025-04-14 11:20:22 +02:00
dd5feeda27 mavendir=apache-maven-3.9.9 #2
Some checks failed
ci / build (push) Failing after 19s
2025-04-14 11:17:32 +02:00
727fbd27d4 mavendir=apache-maven-3.9.9
Some checks failed
ci / build (push) Failing after 20s
2025-04-14 11:16:13 +02:00
7865addfd9 test 2025-04-14 11:12:52 +02:00
90371f5fd9 sudo ln -s /opt/maven/bin/mvn /usr/local/bin/mvn 2025-04-14 11:11:31 +02:00
08318fa2e8 mvn -v
Some checks failed
ci / build (push) Failing after 20s
2025-04-14 11:07:26 +02:00
879b8c9297 apache-maven-3.9.9-bin.tar.gz
Some checks failed
ci / build (push) Failing after 22s
2025-04-14 11:06:43 +02:00
94d4fbe884 maven
Some checks failed
ci / build (push) Failing after 20s
2025-04-14 11:04:18 +02:00
63871f9939 set up maven
Some checks failed
ci / build (push) Failing after 3s
2025-04-14 11:01:18 +02:00
6b2171883f test
Some checks failed
ci / build (push) Failing after 20s
2025-04-14 11:00:43 +02:00
2610ec5a8d - name: Set up Maven
Some checks failed
ci / build (push) Failing after 4s
uses: actions/setup-java@v3
  with:
    distribution: 'adoptopenjdk'
    java-version: '11'
2025-04-14 10:58:34 +02:00
d9223df62a $(awk '/<version>/ {count++; if(count == 2) print $0}' pom.xml | sed -n 's|.*<version>\([^<]*\)</version>.*|\1|p')
Some checks failed
ci / build (push) Failing after 20s
2025-04-14 10:56:44 +02:00
a30e0ec119 update version
Some checks failed
ci / build (push) Failing after 19s
2025-04-14 10:39:48 +02:00
33298dfb0f chmod +x update-version.sh
Some checks failed
ci / build (push) Failing after 19s
./update-version.sh
2025-04-14 10:37:35 +02:00
77cce06e01 /
Some checks failed
ci / build (push) Failing after 19s
2025-04-14 10:34:55 +02:00
7bfe1507dd update-version.sh
Some checks failed
ci / build (push) Failing after 23s
2025-04-14 10:33:03 +02:00
0cb3950f4c deploy.yaml and Dockerfile 2025-04-09 11:09:02 +02:00