Update CI/CD
continuous-integration/drone/push Build is failing Details

This commit is contained in:
FyloZ 2021-08-09 23:26:50 -04:00
parent 7f0e48f081
commit 2c271c90ab
Signed by: william
GPG Key ID: 835378AE9AF4AE97
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
global-variables:
release: &release ${DRONE_BRANCH##/**}
release: &release ${DRONE_BRANCH##**/}
environment: &environment
JAVA_VERSION: 11
GRADLE_VERSION: 7.1
@ -65,7 +65,7 @@ steps:
- GRADLE_VERSION
- JAVA_VERSION
build-args:
CRE_VERSION: ${DRONE_BRANCH##/**}
CRE_VERSION: *release
repo: *docker-registry-repo
when:
branch: release/**