1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

Update updater.sh

This commit is contained in:
yalh76 2022-02-01 20:22:26 +01:00
parent a8fc182efe
commit cb49937433

View file

@ -38,7 +38,6 @@ echo "PROCEED=false" >> $GITHUB_ENV
if ! dpkg --compare-versions "$current_version" "lt" "$version" ; then
echo "::warning ::No new version available"
exit 0
fi
# Proceed only if a PR for this new version does not already exist
elif git ls-remote -q --exit-code --heads https://github.com/$GITHUB_REPOSITORY.git ci-auto-update-v$version ; then
echo "::warning ::A branch already exists for this update"