Console Output
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
> git rev-parse --resolve-git-dir /home/omero/workspace/WEBSITE-push/.git # timeout=10
> git config remote.origin.url https://github.com/ome/www.openmicroscopy.org # timeout=10
Fetching upstream changes from https://github.com/ome/www.openmicroscopy.org
> git --version # timeout=10
> git --version # 'git version 2.39.3'
> git fetch --tags --force --progress -- https://github.com/ome/www.openmicroscopy.org +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 819d9dda6a6aa98ca868b80d9370f0629b69fc43 (refs/remotes/origin/master)
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 819d9dda6a6aa98ca868b80d9370f0629b69fc43 # timeout=10
Commit message: "Merge pull request #710 from dgault/bf7.3.0"
> git rev-list --no-walk 77cbfb3dc2510dc9a2a52e380f9776b02c9a86b4 # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
> git submodule foreach --recursive git reset --hard # timeout=10
> git submodule foreach --recursive git clean -fdx # timeout=10
> git remote # timeout=10
> git submodule init # timeout=10
> git submodule sync # timeout=10
> git config --get remote.origin.url # timeout=10
> git submodule init # timeout=10
> git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
> git config --get submodule._minutes.url # timeout=10
> git config -f .gitmodules --get submodule._minutes.path # timeout=10
> git config --get submodule.Schemas.url # timeout=10
> git config -f .gitmodules --get submodule.Schemas.path # timeout=10
> git submodule update --init --recursive _minutes # timeout=10
> git submodule update --init --recursive Schemas # timeout=10