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 8eaea508a07c1a3e56e06a05787450720384dd63 (dev)
Commit message: "prepare new sources list for P12 release"
 > 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 8eaea508a07c1a3e56e06a05787450720384dd63 # timeout=10