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 000a2de70ab8b03d7d146702db2af242d724726f into PR head commit 578aa6015a05c25a4714200fddf0e2ae5ae122ae
Merge succeeded, producing 578aa6015a05c25a4714200fddf0e2ae5ae122ae
Checking out Revision 578aa6015a05c25a4714200fddf0e2ae5ae122ae (PR-2532)
Commit message: "Connector should not be able to inherit from expandable connector."
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/2532/head:refs/remotes/origin/PR-2532 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 578aa6015a05c25a4714200fddf0e2ae5ae122ae # timeout=10
 > git merge 000a2de70ab8b03d7d146702db2af242d724726f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 578aa6015a05c25a4714200fddf0e2ae5ae122ae # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2532 # timeout=10
 > git checkout -b PR-2532 578aa6015a05c25a4714200fddf0e2ae5ae122ae # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10