Console Output

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/Pharo8.0:refs/remotes/origin/Pharo8.0
Checking out Revision 3c2a40fa24883759fc331344f3b73e47d2c19fcf (Pharo8.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3c2a40fa24883759fc331344f3b73e47d2c19fcf
Commit message: "Merge pull request #3754 from myroslavarm/3753-improve-code-completion-for-temps"

GitHub has been notified of this commit’s build result