aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2022-02-01 20:22:26 +0100
committeryalh76 <yalh@yahoo.com>2022-02-01 20:22:26 +0100
commitcb49937433256684d8593bc6e1d55aaa09e8cd2f (patch)
tree5f32d3a4220997b98954286855bed495699d3e28
parenta8fc182efe1a1f2c8f9ee3d385e67ba2276b0340 (diff)
downloadmastodon_ynh-cb49937433256684d8593bc6e1d55aaa09e8cd2f.tar.gz
mastodon_ynh-cb49937433256684d8593bc6e1d55aaa09e8cd2f.tar.bz2
mastodon_ynh-cb49937433256684d8593bc6e1d55aaa09e8cd2f.zip
Update updater.sh
-rw-r--r--.github/workflows/updater.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh
index 32e0b15..03f320c 100644
--- a/.github/workflows/updater.sh
+++ b/.github/workflows/updater.sh
@@ -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"