Console Output
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision 050a7aef07b24c5c0b030ec48d0f2a8b674f8ee9 (refs/remotes/origin/master)
Commit message: "Merge pull request #488 from sbesson/omero-gateway_5.10.5"
> git rev-parse --resolve-git-dir /home/omero/workspace/OMERO-insight-push/.git # timeout=10
> git config remote.origin.url https://github.com/ome/omero-insight.git # timeout=10
Fetching upstream changes from https://github.com/ome/omero-insight.git
> git --version # timeout=10
> git --version # 'git version 2.47.3'
> git fetch --tags --force --progress -- https://github.com/ome/omero-insight.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 050a7aef07b24c5c0b030ec48d0f2a8b674f8ee9 # timeout=10
> git rev-list --no-walk f8466a57caeacf965795af6f2bcd5cfe4b6b05c0 # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10