Skip to content

Console Output

Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/pharo-project/threadedFFI-Plugin.git
 > git init /builds/workspace/dFFI-plugin_enhancement_readme-1 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/threadedFFI-Plugin.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --no-tags --progress https://github.com/pharo-project/threadedFFI-Plugin.git +refs/heads/enhancement/readme-1:refs/remotes/origin/enhancement/readme-1
 > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/enhancement/readme-1:refs/remotes/origin/enhancement/readme-1 # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/pharo-project/threadedFFI-Plugin.git
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --no-tags --progress https://github.com/pharo-project/threadedFFI-Plugin.git +refs/heads/enhancement/readme-1:refs/remotes/origin/enhancement/readme-1
Checking out Revision 90a53e830bcc895a816fab49059978f4ee931ceb (enhancement/readme-1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 90a53e830bcc895a816fab49059978f4ee931ceb
Commit message: "Add first version of readme"