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/functional_test_framework.git # timeout=10
Fetching upstream changes from https://github.com/OpenCMISS/functional_test_framework.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/OpenCMISS/functional_test_framework.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 29857237945d5d1816d3762c176a7d774eeca70c (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 29857237945d5d1816d3762c176a7d774eeca70c # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
Commit message: "Added merging support for MacOS"
 > git branch -D develop # timeout=10
 > git checkout -b develop 29857237945d5d1816d3762c176a7d774eeca70c # timeout=10
 > git rev-list --no-walk 29857237945d5d1816d3762c176a7d774eeca70c # timeout=10