nci/projects/project2/config.json

12 lines
226 B
JSON
Raw Normal View History

2015-04-12 22:19:42 +00:00
{
"name": "project2",
"scm": {
"type": "mercurial",
"repository": "./test/repos/mercurial",
"rev": "1"
},
"steps": [
{"type": "shell", "cmd": "echo 11 > 11.txt"},
{"type": "shell", "cmd": "echo 22 > 22.txt"}
]
}