1
0
Fork 0

Fetch tags on git ps

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-01-07 15:17:19 +01:00
parent 2db2ea2047
commit 53bc6d62bd
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -11,7 +11,7 @@ git loadkey
step "Fetching data from remote..."
for remote in $(git remote -v | awk '{print $1}' | sort | uniq); do
step "+++ Remote: '${remote}'"
git fetch -p ${remote}
git fetch -p ${remote} --tags
done
step "Rebasing branch / updating submodules..."