develop #22

Merged
william merged 44 commits from develop into master 2021-12-14 23:59:36 -05:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 2c271c90ab - Show all commits

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/**