Skip to content

Console Output

The recommended git tool is: NONE
using credential pharo-ci
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/pharo-project/pharo-launcher.git
 > git init /builds/workspace/PharoLauncher-Pipeline_dev # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-launcher.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --no-tags --progress https://github.com/pharo-project/pharo-launcher.git +refs/heads/dev:refs/remotes/origin/dev # timeout=10
Avoid second fetch
Checking out Revision 69b0747dfb964bf64f7d185b582a1b581a10ff93 (dev)
Commit message: "use $( for command substitution"
 > git config remote.origin.url https://github.com/pharo-project/pharo-launcher.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/dev:refs/remotes/origin/dev # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 69b0747dfb964bf64f7d185b582a1b581a10ff93 # timeout=10