Skip to content

Commit

Permalink
mprsyncup: Explicitly fetch tags for base
Browse files Browse the repository at this point in the history
  • Loading branch information
raimue committed Oct 6, 2017
1 parent 13dda9c commit bb8f788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/mprsyncup
Expand Up @@ -118,7 +118,7 @@ fi
RBASE_CHANGED=1
if [ -d "${RBASE}/.git" ]; then
cd "${RBASE}"
${GIT} fetch -q
${GIT} fetch -q --tags
RBASE_OLD_REV="$(${GIT} rev-parse HEAD)"
${GIT} checkout -q "$(${BASENAME} ${RELEASE_URL})"
RBASE_NEW_REV="$(${GIT} rev-parse HEAD)"
Expand Down

0 comments on commit bb8f788

Please sign in to comment.