sleep
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Nicolai Ort 2023-11-10 14:38:27 +01:00
parent 5b2c3abda8
commit b836f78281
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 2 deletions

View File

@ -19,9 +19,8 @@ export GIT_COMMITTER_EMAIL=${CI_COMMIT_AUTHOR_EMAIL}
CURRENTTAG=$(git tag --sort=-creatordate | head -n 1)
PREVIOUSTAG=$(git tag --sort=-creatordate | head -n 2 | tail -n 1)
echo "Diff: $PREVIOUSTAG..$CURRENTTAG"
sleep 3600
ALLCHANGES=$(npx -y @philippdormann/changelogen@1.0.0 --from $PREVIOUSTAG --to $CURRENTTAG --no-output | sed 's/"/\\"/g' | tail -n +6)
if [ "${PLUGIN_GITEA_DOMAIN:+set}" = set ]; then
if [ "${PLUGIN_GITEA_APIKEY:-null}" = null ]; then
echo "No api key provided";