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/NG-UI.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/NG-UI.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/NG-UI.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 1f07bd03d6016fb2c48336f0b3322ea91bc7437f (bug1511)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1f07bd03d6016fb2c48336f0b3322ea91bc7437f
Commit message: "Fix for Bug 1495 NG-UI does not start on Air-gapped environments."
 > git rev-list --no-walk 1f07bd03d6016fb2c48336f0b3322ea91bc7437f # timeout=10