nci/data/projects/project1/config.yaml

21 lines
411 B
YAML
Raw Normal View History

2015-05-18 20:27:02 +00:00
name: project1
scm:
type: mercurial
repository: ./test/repos/mercurial
rev: default
steps:
- cmd: >
2015-05-18 20:27:02 +00:00
echo "long multiline string" &&
sleep 2 &&
echo "is not a problem when you're using yaml" &&
echo "cur dir is `pwd`"
- name: sleep
2015-05-18 20:27:02 +00:00
cmd: sleep 4
- cmd: echo 1 > 1.txt
- cmd: sleep 4
- cmd: echo 2 > 2.txt
- cmd: cat 1.txt 2.txt