Console Output

No credentials specified
Fetching changes from the remote Git repository
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/OpenCMISS/setup.git # timeout=10
Fetching upstream changes from https://github.com/OpenCMISS/setup.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/OpenCMISS/setup.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 48bfbafb36f141e1c835f8c769435e3243abc1d7 (refs/remotes/origin/develop)
 > git rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
 > git rev-parse "refs/remotes/origin/origin/develop^{commit}" # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 48bfbafb36f141e1c835f8c769435e3243abc1d7 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D develop # timeout=10
 > git checkout -b develop 48bfbafb36f141e1c835f8c769435e3243abc1d7 # timeout=10
Commit message: "Add OPENCMISS_PYTHON_EXECUTABLE to list of configurable options."
 > git rev-list --no-walk 48bfbafb36f141e1c835f8c769435e3243abc1d7 # timeout=10