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/common.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/common.git
 > git --version # timeout=10
 > git fetch --no-tags --force --progress https://osm.etsi.org/gerrit/osm/common.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 303ffe4f33c7a0fcc6b5c267d402c0e7d44e5a57 (v13.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 303ffe4f33c7a0fcc6b5c267d402c0e7d44e5a57
Commit message: "Fix bug 2231: reverse_sync in fsmongo obtains file timestamp with UTC timezone instead of local timezone, so that filesystem and mongodb timestamps are correctly compared"
 > git rev-list --no-walk 303ffe4f33c7a0fcc6b5c267d402c0e7d44e5a57 # timeout=10