Added sleep for debugging
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
b7146f8c75
commit
5c626f574e
@ -16,6 +16,7 @@ export GIT_AUTHOR_EMAIL=${CI_COMMIT_AUTHOR_EMAIL}
|
|||||||
export GIT_COMMITTER_NAME=${CI_COMMIT_AUTHOR}
|
export GIT_COMMITTER_NAME=${CI_COMMIT_AUTHOR}
|
||||||
export GIT_COMMITTER_EMAIL=${CI_COMMIT_AUTHOR_EMAIL}
|
export GIT_COMMITTER_EMAIL=${CI_COMMIT_AUTHOR_EMAIL}
|
||||||
|
|
||||||
|
sleep 3600
|
||||||
|
|
||||||
CURRENTTAG=$(git tag --sort=-creatordate | head -n 1)
|
CURRENTTAG=$(git tag --sort=-creatordate | head -n 1)
|
||||||
PREVIOUSTAG=$(git tag --sort=-creatordate | head -n 2 | tail -n 1)
|
PREVIOUSTAG=$(git tag --sort=-creatordate | head -n 2 | tail -n 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user