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 88c0daaf3f2c0138d743f6f6c470f187a46ed3f2
Merge succeeded, producing a0625e28c5ef4efd08f763f85899f7a12d19d1ec
Checking out Revision a0625e28c5ef4efd08f763f85899f7a12d19d1ec (PR-2530)
Commit message: "Merge commit '000a2de70ab8b03d7d146702db2af242d724726f' into HEAD"
 > 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/2530/head:refs/remotes/origin/PR-2530 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 88c0daaf3f2c0138d743f6f6c470f187a46ed3f2 # timeout=10
 > git merge 000a2de70ab8b03d7d146702db2af242d724726f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a0625e28c5ef4efd08f763f85899f7a12d19d1ec # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2530 # timeout=10
 > git checkout -b PR-2530 a0625e28c5ef4efd08f763f85899f7a12d19d1ec # timeout=10
 > git rev-list --no-walk d7ede68ccc27a5eff74511f197baf8702634ece5 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10