Skip to content

Commit

Permalink
feat: migrate to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Denysenko committed Oct 10, 2023
1 parent 1f12e97 commit ae32bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,9 @@ steps :
commands :
- echo Prepare new version ${RELEASE_VERSION}
- export NEXT_SNAPSHOT=${SNAPSHOT_VERSION}-SNAPSHOT
- export GIT_AUTHOR_NAME=$${SVC_BUILD_GIT_USERNAME}
- export GIT_AUTHOR_NAME="$${SVC_BUILD_GIT_USERNAME}"
- export GIT_AUTHOR_EMAIL=$${SVC_BUILD_GIT_EMAIL}
- export GIT_COMMITTER_NAME=$${SVC_BUILD_GIT_USERNAME}
- export GIT_COMMITTER_NAME="$${SVC_BUILD_GIT_USERNAME}"
- export GIT_COMMITTER_EMAIL=$${SVC_BUILD_GIT_EMAIL}
- git remote set-url --push origin ${DRONE_GIT_SSH_URL}
- git checkout -b v${RELEASE_VERSION}
Expand Down

0 comments on commit ae32bed

Please sign in to comment.