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 /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 85b0ecd423e392ec7d5a0ca52dbaa1a0c4b6ddd1 (headless)
> git config core.sparsecheckout # timeout=10
> git checkout -f 85b0ecd423e392ec7d5a0ca52dbaa1a0c4b6ddd1
Commit message: "Update README.md"