moved CI config to maven-3.8.3-openjdk-17
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a018d67953
commit
3c8da2ded0
@ -5,11 +5,13 @@ steps:
|
|||||||
-
|
-
|
||||||
commands:
|
commands:
|
||||||
- "mvn clean test"
|
- "mvn clean test"
|
||||||
image: "maven:3.8.1-jdk-11"
|
image: "maven:3.8.3-openjdk-17"
|
||||||
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:
|
||||||
token: "<INVALID_TOKEN>"
|
from_secret: telegram_to
|
||||||
|
token:
|
||||||
|
from_secret: telegram_token
|
Loading…
Reference in New Issue
Block a user