1
0
Fork 0
tplp-planning-benchmark/benchmark-new/config.yml

22 lines
608 B
YAML

repository:
# local directory where remote is cloned to
basePath: storage
# repote Git repository URL
remote: git@git.luehne.de:patrick/benchmark-template.git
# user name of the SSH key pair with access to the remote
remoteUser: git
# user name for commits
userName: potassco-bot
# user e-mail for commits
userEMail: bot@potassco.org
# user GPG key for signing commits (optional)
# userSigningKey: 12345678
# data branches
branches:
master: master
results: results
config: config
status: status
# the maximum size of the status log in lines
statusLogSize: 100