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/IM.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/IM.git
 > git --version # timeout=10
 > git fetch --no-tags --force --progress https://osm.etsi.org/gerrit/osm/IM.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision a96212e1245920b40a9d502b17c88a9c6a86ed1d (v12.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a96212e1245920b40a9d502b17c88a9c6a86ed1d
Commit message: "Fix osm-im installation from setup to use specific pyangbind version"
 > git rev-list --no-walk a96212e1245920b40a9d502b17c88a9c6a86ed1d # timeout=10