summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-19 14:49:11 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-19 14:49:11 +0300
commit3f784f7ec04ecfa1271611385eacd7276cbc3ba6 (patch)
tree2f321a919706756a4984c02bcc5d38b3ba2881b2 /arch
parent7626280cc3e2b8b903eccf42ba0540453abc6429 (diff)
downloadick2-3f784f7ec04ecfa1271611385eacd7276cbc3ba6.tar.gz
Fix: clarify that pipeline steps are no necessarily shell
Diffstat (limited to 'arch')
-rw-r--r--arch/ick2-arch.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/ick2-arch.mdwn b/arch/ick2-arch.mdwn
index f6a1b73..261ca01 100644
--- a/arch/ick2-arch.mdwn
+++ b/arch/ick2-arch.mdwn
@@ -179,10 +179,10 @@ self-modifying microservices.
* Worker-builders register their workers with the controller. For
ALPHA-1 all workers are assumed to be equivalen
-* A pipeline is a sequence of steps (shell commands to run), plus some
- requirements for what attributes the worker that runs the pipeline
- should have. All the steps of a pipeline get executed by the same
- worker.
+* A pipeline is a sequence of steps (such as shell commands to run),
+ plus some requirements for what attributes the worker that runs the
+ pipeline should have. All the steps of a pipeline get executed by
+ the same worker.
Ick2 ALPHA-1 components
-----------------------------------------------------------------------------