Skip to content

Console Output

using credential github
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
Merging remotes/origin/master commit 7bb7abcb9e186c2837fd7c33d3cf97488c244368 into PR head commit 42fc271d4c9fe02e2a901a1e9a5047f73a105826
Merge succeeded, producing 42fc271d4c9fe02e2a901a1e9a5047f73a105826
Checking out Revision 42fc271d4c9fe02e2a901a1e9a5047f73a105826 (PR-2505)
Commit message: "Move the logo from abstract to title page"
Cleaning workspace
 > git --version # timeout=10
 > 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/2505/head:refs/remotes/origin/PR-2505 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 42fc271d4c9fe02e2a901a1e9a5047f73a105826 # timeout=10
 > git merge 7bb7abcb9e186c2837fd7c33d3cf97488c244368 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 42fc271d4c9fe02e2a901a1e9a5047f73a105826 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2505 # timeout=10
 > git checkout -b PR-2505 42fc271d4c9fe02e2a901a1e9a5047f73a105826 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10