Skip to content
Snippets Groups Projects
Commit fafac317 authored by Mirko Lorenz Dietrich's avatar Mirko Lorenz Dietrich
Browse files

Add --prune-tags --tags to git fetch command

parent 71024698
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,5 @@ fi
cd ${SOURCE_REPO_DIR}
# get branches in origin
git fetch --prune origin
git fetch --prune --prune-tags --tags origin
git push --prune --mirror ${TARGET_REPO}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment