using maven 3.8.1-jdk-11 docker image to fix the CI/CD build issue

This commit is contained in:
steam 2021-09-14 23:58:15 +02:00
parent 0374e435a1
commit 7c7a144fe6

View File

@ -5,11 +5,11 @@ steps:
- -
commands: commands:
- "mvn clean test" - "mvn clean test"
image: "maven:3-jdk-11" image: "maven:3.8.1-jdk-11"
name: test name: test
- -
image: appleboy/drone-telegram image: appleboy/drone-telegram
name: "send telegram notification" name: "send telegram notification"
settings: settings:
to: 733452136 to: 733452136
token: "986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM" token: "986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM"