Skip to content

Console Output

using credential github-bot-ssh
Fetching changes from the remote Git repository
Checking out Revision c76e4d0c6ef2dc801f899fadb3fbb754438529bf (refs/remotes/origin/master)
Commit message: "Added release and continuous build jobs. (#37)"
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/enterprise-deployment.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/enterprise-deployment.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/enterprise-deployment.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c76e4d0c6ef2dc801f899fadb3fbb754438529bf
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master c76e4d0c6ef2dc801f899fadb3fbb754438529bf