Merge pull request #13011 from nextcloud/updateLibScript

more verbose
This commit is contained in:
Tobias Kaminsky 2024-05-16 09:04:47 +02:00 committed by GitHub
commit c395d01cff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ git fetch
git checkout master
git pull
[[ $latestCommit == "$currentCommit" ]] && exit # nothing to do
[[ $latestCommit == "$currentCommit" ]] && echo "Nothing to do. Commit is: $latestCommit" && exit # nothing to do
git fetch
git checkout -B update-library-"$(date +%F)" origin/master