SuccessConsole Output

No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://osm.etsi.org/gerrit/osm/POL.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/POL.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/POL.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 8ba99ff372d2d8ef13b2c6865b16c0869fa04069 (v8.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8ba99ff372d2d8ef13b2c6865b16c0869fa04069
Commit message: "fix(aiokafka): version now fixed to 0.6.0 (this is the latest at the moment)"
 > git rev-list --no-walk 8ba99ff372d2d8ef13b2c6865b16c0869fa04069 # timeout=10