Skip to content

Commit

Permalink
closes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbradley committed Feb 22, 2017
1 parent 9de7a80 commit e27db73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/tester/pull-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@ then
rm -rf "${cloneDir}"
fi

printf "Cloning repo to ${cloneDir}.\n"
printf "Cloning $( echo "${repoUrl}" | sed 's/\(.*:\/\/\).*@\(.*\)/\1\2/' ).\n"
git clone "${repoUrl}" "${cloneDir}"
cd "${cloneDir}"

printf "Tracking branch:\n"
git branch -vv


# If a commit SHA is specified then detach the HEAD and point at the commit
if [[ -n "${commit}" ]]
then
Expand Down

0 comments on commit e27db73

Please sign in to comment.