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 e1e6d366f9a74adc9d48302bf50298894c06fd85 into PR head commit 546d3b7c48937a482fd6b925411e630bcba88a8d
Merge succeeded, producing 546d3b7c48937a482fd6b925411e630bcba88a8d
Checking out Revision 546d3b7c48937a482fd6b925411e630bcba88a8d (PR-2587)
Commit message: "Don't use $* in recipe of makefile rule without %"
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/2587/head:refs/remotes/origin/PR-2587 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 546d3b7c48937a482fd6b925411e630bcba88a8d # timeout=10
 > git merge e1e6d366f9a74adc9d48302bf50298894c06fd85 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 546d3b7c48937a482fd6b925411e630bcba88a8d # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-2587 # timeout=10
 > git checkout -b PR-2587 546d3b7c48937a482fd6b925411e630bcba88a8d # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10