Skip to content

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/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.39.3'
 > git fetch --tags --force --progress -- https://github.com/ome/omero-insight.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision efbf7e35ce95c195c753051f26f92a075e8b5dd3 (refs/remotes/origin/master)
Commit message: "Bump version: 5.8.4 → 5.8.5-SNAPSHOT"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f efbf7e35ce95c195c753051f26f92a075e8b5dd3 # timeout=10
 > git rev-list --no-walk efbf7e35ce95c195c753051f26f92a075e8b5dd3 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10