Verified Commit dacc52e8 authored by anarcat's avatar anarcat
Browse files

fix shape

parent ea6db09f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ digraph static {
                labelloc=bottom

                CI [ label="CI runners" ]
                GitLab [ label="GitLab rails\n app" shape=service ]
                GitLab [ label="GitLab rails\n app" shape=box ]
                artifacts [ shape=cylinder ]
                GitLab -> CI [ label="dispatches jobs" ]
                CI -> artifacts [ label="publishes" ]