X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0042e4b42d9f4d3900aefc68617cb28c5a61a522..bf8094b1447c87cee3b2054cb1458932f04b692b:/doc/api/schema/PipelineTemplate.html.textile.liquid diff --git a/doc/api/schema/PipelineTemplate.html.textile.liquid b/doc/api/schema/PipelineTemplate.html.textile.liquid index 2b215c2ba3..444960a6ea 100644 --- a/doc/api/schema/PipelineTemplate.html.textile.liquid +++ b/doc/api/schema/PipelineTemplate.html.textile.liquid @@ -51,7 +51,7 @@ This is a pipeline named "Filter MD5 hash values" with two components, "do_hash" "components": { "do_hash": { "script": "hash.py", - "repository": "you", + "repository": "you/you", "script_version": "master", "script_parameters": { "input": { @@ -64,7 +64,7 @@ This is a pipeline named "Filter MD5 hash values" with two components, "do_hash" }, "filter": { "script": "0-filter.py", - "repository": "you", + "repository": "you/you", "script_version": "master", "script_parameters": { "input": { @@ -84,13 +84,13 @@ This pipeline consists of three components. The components "thing1" and "thing2 "components": { "cat_in_the_hat": { "script": "cat.py", - "repository": "you", + "repository": "you/you", "script_version": "master", "script_parameters": { } }, "thing1": { "script": "thing1.py", - "repository": "you", + "repository": "you/you", "script_version": "master", "script_parameters": { "input": { @@ -100,7 +100,7 @@ This pipeline consists of three components. The components "thing1" and "thing2 }, "thing2": { "script": "thing2.py", - "repository": "you", + "repository": "you/you", "script_version": "master", "script_parameters": { "input": { @@ -120,19 +120,19 @@ This pipeline consists of three components. The component "cleanup" depends on "components": { "thing1": { "script": "thing1.py", - "repository": "you", + "repository": "you/you", "script_version": "master", "script_parameters": { } }, "thing2": { "script": "thing2.py", - "repository": "you", + "repository": "you/you", "script_version": "master", "script_parameters": { } }, "cleanup": { "script": "cleanup.py", - "repository": "you", + "repository": "you/you", "script_version": "master", "script_parameters": { "mess1": {