moved to maven:3-openjdk-18 because of permission issues with previous docker image
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
steam 2022-10-18 12:25:19 +02:00
parent 3c8da2ded0
commit e86b126cae

View File

@ -5,7 +5,7 @@ steps:
-
commands:
- "mvn clean test"
image: "maven:3.8.3-openjdk-17"
image: "maven:3-openjdk-18"
name: test
-
image: appleboy/drone-telegram