From d60ecf37b81ee45cb59c3e9113e87c8e13b74db3 Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Mon, 10 May 2021 15:39:57 +0200 Subject: [PATCH] Added the tag pull in case of any changes. --- scripts/update-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-all.sh b/scripts/update-all.sh index d211375..dfaa3d0 100755 --- a/scripts/update-all.sh +++ b/scripts/update-all.sh @@ -35,6 +35,7 @@ checkout_to_latest_tag() { git fetch --tags tag=$(git describe --tags `git rev-list --tags --max-count=1`) git checkout $tag -b latest + git pull origin $tag popd fi }