Removed push that is not used
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
5c626f574e
commit
5b2c3abda8
@ -16,8 +16,6 @@ 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)
|
||||
echo "Diff: $PREVIOUSTAG..$CURRENTTAG"
|
||||
@ -52,7 +50,7 @@ if [ "${PLUGIN_GITEA_DOMAIN:+set}" = set ]; then
|
||||
\"prerelease\": $PLUGIN_GITEA_PRERELEASE,
|
||||
\"tag_name\": \"$CURRENTTAG\"
|
||||
}"
|
||||
echo "Release created";git push --follow-tags
|
||||
echo "Release created";
|
||||
fi
|
||||
|
||||
if [ "${PLUGIN_MATRIX_SERVER:+set}" = set ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user