summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-06-25 22:05:39 +0300
committerLars Wirzenius <liw@liw.fi>2015-06-25 22:05:39 +0300
commit697901c6994163005c95074d4deebe3f75df04e8 (patch)
treea99df222ac0ab1d928a7ef4dbf7c3f14af0a2aff /doc
parent644b34873b1c6fd49eacae5f69f5533ac7748519 (diff)
downloadick-697901c6994163005c95074d4deebe3f75df04e8.tar.gz
Drop project types for many pipelines/project
Diffstat (limited to 'doc')
-rw-r--r--doc/040-simple.yarn2
-rw-r--r--doc/070-pipeline.yarn4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/040-simple.yarn b/doc/040-simple.yarn
index aa593a4..4fde182 100644
--- a/doc/040-simple.yarn
+++ b/doc/040-simple.yarn
@@ -38,9 +38,9 @@ passphrase or a login password all the time.
... },
... "projects": {
... "FOO": {
- ... "project-type": "shell",
... "git": "FOO.git",
... "branch": "master",
+ ... "pipelines": ["shell"],
... "shell": "echo BUILDING FOO\ntest -d .git\n"
... }
... }
diff --git a/doc/070-pipeline.yarn b/doc/070-pipeline.yarn
index ff5681d..44e3538 100644
--- a/doc/070-pipeline.yarn
+++ b/doc/070-pipeline.yarn
@@ -31,9 +31,9 @@ Then we need an Ick file.
... },
... "projects": {
... "foo": {
- ... "project-type": "debian-ci",
... "git": "foo",
- ... "branch": "master"
+ ... "branch": "master",
+ ... "pipelines": ["debian-ci"]
... }
... }
... }