Update drone CI/CD
This commit is contained in:
parent
e18ed190ef
commit
78882ae251
|
@ -18,7 +18,7 @@ steps:
|
|||
image: gradle:7.1-jdk11
|
||||
commands:
|
||||
- gradle bootJar -Pversion=$CRE_VERSION
|
||||
- mv build/libs/ColorRecipesExplorer-$CRE_VERSION.jar $CRE_ARTIFACT_NAME
|
||||
- mv build/libs/ColorRecipesExplorer-$CRE_VERSION.jar $CRE_ARTIFACT_NAME.jar
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
|
Loading…
Reference in New Issue