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