mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add skip update message for latest commit
This commit is contained in:
parent
9eee9523b9
commit
c274489f7c
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue