22 lines
625 B
YAML
22 lines
625 B
YAML
repository:
|
|
# local directory where remote is cloned to
|
|
basePath: storage
|
|
# repote Git repository URL
|
|
remote: git@git.luehne.de:patrick/tplp-planning-benchmark.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: new-results
|
|
config: new-config
|
|
status: new-status
|
|
# the maximum size of the status log in lines
|
|
statusLogSize: 100
|