Skip to content
Snippets Groups Projects
Commit ad0a2a90 authored by Dan Guest's avatar Dan Guest
Browse files

Revert "Make sure we checkout from origin"

This reverts commit c0b41c5b.
parent 79b6a123
No related branches found
No related tags found
No related merge requests found
...@@ -116,4 +116,4 @@ fi ...@@ -116,4 +116,4 @@ fi
# Get the appropriate version of it: # Get the appropriate version of it:
cd ${SOURCEDIR} cd ${SOURCEDIR}
_retry_ git fetch --prune origin _retry_ git fetch --prune origin
_retry_ git checkout -f origin/${TAGBRANCH} _retry_ git checkout -f ${TAGBRANCH}
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