Skip to content

Console Output

No credentials specified
Fetching changes from the remote Git repository
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url git@github.com:appNG/appng-manager.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-manager.git
 > git --version # timeout=10
 > git fetch --tags --progress git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision fec193f9d9d18f26c9695145c1eb14a37e9c1aca (refs/remotes/origin/appng-manager-1.16.x)
Commit message: "MGR-71 done right"
 > git rev-parse refs/remotes/origin/appng-manager-1.16.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-manager-1.16.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fec193f9d9d18f26c9695145c1eb14a37e9c1aca
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-manager-1.16.x # timeout=10
 > git checkout -b appng-manager-1.16.x fec193f9d9d18f26c9695145c1eb14a37e9c1aca
 > git rev-list --no-walk 0eb866c9adfd7c50eb38ccf07fda531a6c6d609f # timeout=10