Console Output
Cloning the remote Git repository
Using shallow clone
shallow clone depth 2
Cloning repository https://github.com/pharo-project/opensmalltalk-vm.git
> git init E:\Builds\workspace\pharo-vm_headless\repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials pharo-ci GitHub account
> git fetch --tags --progress https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* --depth=2
> git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci GitHub account
> git fetch --tags --progress https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/headless:refs/remotes/origin/headless --depth=2
Checking out Revision b75bbb414a7b31828307db724655989631187bd1 (headless)
> git config core.sparsecheckout # timeout=10
> git checkout -f b75bbb414a7b31828307db724655989631187bd1
Commit message: "Merge branch 'headless' of https://github.com/pharo/opensmalltalk-vm into headless"