1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

echo update_upstream

This commit is contained in:
Krakinou 2023-04-08 15:21:57 +02:00
parent f94b01bd68
commit 82aeb002f9

View file

@ -61,7 +61,7 @@ elif git ls-remote -q --exit-code --heads https://github.com/$GITHUB_REPOSITORY.
echo "::warning ::A branch already exists for this kepubify update"
update_kepubify=0
fi
echo $update_upstream
if [ "$update_kepubify"=0 ] && [ "$update_upstream"=0 ]; then
echo "::no update : exit"
exit 0