-
-
Save cole-h/65f0ee291e651afeb741621e804969ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"runner": { | |
"repos": [ | |
"cole-h/ofborg", | |
"cole-h/nixpkgs" | |
], | |
"trusted_users": [ | |
"cole-h" | |
], | |
"identity": "me" | |
}, | |
"github": { | |
"token": "0000000000000000000000000000000000000000" | |
}, | |
"githubapp": { | |
"app_id": 69, | |
"installation_id": 69, | |
"private_key": "/tmp/69" | |
}, | |
"checkout": { | |
"root": "/home/ofborg/nixpkgs" | |
}, | |
"nix": { | |
"system": "x86_64-linux", | |
"remote": "daemon", | |
"build_timeout_seconds": 1800 | |
}, | |
"rabbitmq": { | |
"ssl": false, | |
"host": "192.168.1.23", | |
"virtualhost": "ofborg", | |
"username": "builder-1", | |
"password": "password" | |
}, | |
"feedback": { | |
"full_logs": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment