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 # 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 d8b69e39c7a813a8770bb17892dffb32b65394dc (headless)
> git config core.sparsecheckout # timeout=10
> git checkout -f d8b69e39c7a813a8770bb17892dffb32b65394dc
Commit message: "Merge pull request #60 from tesonep/feature/adding-configurable-access-to-files"