Skip to content

Console Output

using credential github
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/modelica/ModelicaSpecification.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/modelica/ModelicaSpecification.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/2478/head:refs/remotes/origin/PR-2478 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit 2d78eb115479f578206e0709a2f16f37c882d9db into PR head commit fa245a96eafeafad32c1fd610e10a814e2ea9553
Merge succeeded, producing fa245a96eafeafad32c1fd610e10a814e2ea9553
Checking out Revision fa245a96eafeafad32c1fd610e10a814e2ea9553 (PR-2478)
Commit message: "And shorter sentence."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fa245a96eafeafad32c1fd610e10a814e2ea9553 # timeout=10
 > git merge 2d78eb115479f578206e0709a2f16f37c882d9db # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fa245a96eafeafad32c1fd610e10a814e2ea9553 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2478 # timeout=10
 > git checkout -b PR-2478 fa245a96eafeafad32c1fd610e10a814e2ea9553 # timeout=10
 > git rev-list --no-walk 1522de95d5eed9b718306d7a452fc64420f90348 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10