Added sleep for debugging
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Nicolai Ort 2023-11-10 14:26:36 +01:00
parent b7146f8c75
commit 5c626f574e
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ export GIT_AUTHOR_EMAIL=${CI_COMMIT_AUTHOR_EMAIL}
export GIT_COMMITTER_NAME=${CI_COMMIT_AUTHOR}
export GIT_COMMITTER_EMAIL=${CI_COMMIT_AUTHOR_EMAIL}
sleep 3600
CURRENTTAG=$(git tag --sort=-creatordate | head -n 1)
PREVIOUSTAG=$(git tag --sort=-creatordate | head -n 2 | tail -n 1)