From bb2504ebf4c46617c741d5e7e380b096df8b1b82 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 22 May 2019 21:13:32 +0300 Subject: Change: iconograpy for pipeline to match ecosystem --- pipeline.dot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pipeline.dot') diff --git a/pipeline.dot b/pipeline.dot index dd31fa0..d0a9de6 100644 --- a/pipeline.dot +++ b/pipeline.dot @@ -1,10 +1,10 @@ digraph pipeline { developer [shape="circle" label="developer"]; - commit [shape="rect" label="Commit stage"]; - acceptance [shape="rect" label="Acceptance stage"]; - testenv [shape="folder" label="A test environment"]; - deployprod [shape="rect" label="Deploy to production"]; - production [shape="folder" label="Production environment"]; + commit [shape="ellipse" label="Commit stage"]; + acceptance [shape="ellipse" label="Acceptance stage"]; + testenv [shape="octagon" label="A test environment"]; + deployprod [shape="ellipse" label="Deploy to production"]; + production [shape="doubleoctagon" label="Production environment"]; developer -> commit; -- cgit v1.2.1