Add skip update message for latest commit

This commit is contained in:
Théophile Diot 2024-01-12 13:59:11 +00:00
parent 9eee9523b9
commit c274489f7c
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -57,6 +57,8 @@ do
echo " Updating ${name} from $url at commit/version $commit"
do_and_check_cmd git subtree pull --prefix "src/deps/src/$id" "$url" "$commit" --squash
post="yes"
else
echo "⚠️ Skipping update of $url because commit/version $commit is already the latest"
fi
fi