Skip to content
Snippets Groups Projects
Commit 3d308559 authored by Pierre Aubert's avatar Pierre Aubert
Browse files

Fix clone

parent 3abf077a
No related branches found
No related tags found
No related merge requests found
Pipeline #293958 passed
...@@ -8,6 +8,7 @@ if [ ! -z $2 ] ...@@ -8,6 +8,7 @@ if [ ! -z $2 ]
then then
USED_BRANCH="$2" USED_BRANCH="$2"
echo "Switching to '${USED_BRANCH}'" echo "Switching to '${USED_BRANCH}'"
cd `basename $urlGitToPackage | sed -s s/\.git//g`
git checkout ${USED_BRANCH} git checkout ${USED_BRANCH}
fi fi
......
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