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 28312545625653eabbfe94667e09c2a1186277e6 into PR head commit 494fcbcde3f390f3464ee2d9e0a505c5482387a4
Merge succeeded, producing 494fcbcde3f390f3464ee2d9e0a505c5482387a4
Checking out Revision 494fcbcde3f390f3464ee2d9e0a505c5482387a4 (PR-3480)
Commit message: "Refs #3425: Split Blocks into single files And applied ttws"
Cleaning workspace
 > git --version # timeout=10
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/modelica/ModelicaStandardLibrary.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/ModelicaStandardLibrary.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --progress -- https://github.com/modelica/ModelicaStandardLibrary.git +refs/pull/3480/head:refs/remotes/origin/PR-3480 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 494fcbcde3f390f3464ee2d9e0a505c5482387a4 # timeout=10
 > git merge 28312545625653eabbfe94667e09c2a1186277e6 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 494fcbcde3f390f3464ee2d9e0a505c5482387a4 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-3480 # timeout=10
 > git checkout -b PR-3480 494fcbcde3f390f3464ee2d9e0a505c5482387a4 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10