no init or remote add
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolai Ort 2023-05-10 20:07:23 +02:00
parent 6096932859
commit 4603b746e3
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -23,8 +23,6 @@ export GIT_AUTHOR_EMAIL=${DRONE_COMMIT_AUTHOR_EMAIL}
export GIT_COMMITTER_NAME=${DRONE_COMMIT_AUTHOR_NAME}
export GIT_COMMITTER_EMAIL=${DRONE_COMMIT_AUTHOR_EMAIL}
git init
git remote add origin ${DRONE_REMOTE_URL}
git fetch --tags
CURRENTTAG=$(git tag --sort=-taggerdate | head -n 1)