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-authentication.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-authentication.git
 > git --version # timeout=10
 > git fetch --tags --progress git@github.com:appNG/appng-authentication.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 25bd150f66fa39c215f03bf719474d823ae2242e (refs/remotes/origin/appng-authentication-1.13.x)
Commit message: "AUTH-25"
 > git rev-parse refs/remotes/origin/appng-authentication-1.13.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-authentication-1.13.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 25bd150f66fa39c215f03bf719474d823ae2242e
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-authentication-1.13.x # timeout=10
 > git checkout -b appng-authentication-1.13.x 25bd150f66fa39c215f03bf719474d823ae2242e
 > git rev-list --no-walk 3f172de83465e3a8af89d34329d2d9a64f2d5c95 # timeout=10