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/devops.git # timeout=10
Fetching without tags
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/devops.git
 > git --version # timeout=10
 > git fetch --no-tags --force --progress https://osm.etsi.org/gerrit/osm/devops.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 73738a808076b4167ee1b86b28b655e83bdc4f8e (v14.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 73738a808076b4167ee1b86b28b655e83bdc4f8e
Commit message: "Fix air-gapped installation issues with containerd and OSM helm chart"
 > git rev-list --no-walk 73738a808076b4167ee1b86b28b655e83bdc4f8e # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10