summaryrefslogtreecommitdiff
path: root/ecosystem.dot
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-22 21:10:42 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-22 21:10:42 +0300
commit325cc2d1ad5aa64ecce07cdf7aa8c8d08811604f (patch)
tree4c4f896a4438607e1cb98fd0531646344281d177 /ecosystem.dot
parentf24b116276cb29db18c73002aa46ec2bdebed8d1 (diff)
downloadwmf-ci-arch-325cc2d1ad5aa64ecce07cdf7aa8c8d08811604f.tar.gz
Fix: gerrit shape
Diffstat (limited to 'ecosystem.dot')
-rw-r--r--ecosystem.dot2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecosystem.dot b/ecosystem.dot
index be9c19d..36f0fb9 100644
--- a/ecosystem.dot
+++ b/ecosystem.dot
@@ -1,6 +1,6 @@
digraph ecosystem {
developer [shape="circle" label="developer"];
- gerrit [shape="box" label="Gerrit\ncode review"];
+ gerrit [shape="folder" label="Gerrit\ncode review"];
CI [shape="box" label="CI system"];
autotestenv [shape="octagon" label="env for automated tests"];
mantestenv [shape="octagon" label="env for manual testing"];