SuccessConsole Output

 > 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/osmclient.git # timeout=10
Fetching upstream changes from https://osm.etsi.org/gerrit/osm/osmclient.git
 > git --version # timeout=10
 > git fetch --tags --progress https://osm.etsi.org/gerrit/osm/osmclient.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 40693cbe601e61c7ebdbdd3b5350aeb7240636c1 (netslice)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 40693cbe601e61c7ebdbdd3b5350aeb7240636c1
 > git rev-list 40693cbe601e61c7ebdbdd3b5350aeb7240636c1 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10