Skip to content

Commit c501e68

Browse files
committed
Updates from website repo
1 parent ef68c03 commit c501e68

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

blog/posts/2022-06-20-progress-report/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ <h3 id="cicd-replatform">CI/CD replatform</h3>
7373
<p>Being the very first subsystem worked on after the <code>imgbuilder</code> &amp; <code>configmgmt</code>
7474
bases, the <code>cicd</code> subsystem is the oldest in OSC&rsquo;s infrastructure. Originally, I
7575
wanted to find a tool that:</p>
76-
<p>(a) Not &ldquo;cloud-native&rdquo; (specifically: not requiring a Kubernetes cluster)</p>
76+
<p>(a) was not &ldquo;cloud-native&rdquo; (specifically: not requiring a Kubernetes cluster)</p>
7777
<p>(b) did not have any kind of commercial tier available to it (so, no
7878
&ldquo;open-core&rdquo;)</p>
79-
<p>(c) have centralizable pipeline definitions so every repo need not bring its own
79+
<p>(c) has centralizable pipeline definitions so every repo need not bring its own
8080
def</p>
81-
<p>(d) have pipeline jobs defined in something readable/maintainable and not
81+
<p>(d) has pipeline jobs defined in something readable/maintainable and not
8282
pseudo-script YAML.</p>
8383
<p>There was also an implicit (e) requirement of not requiring the JVM, because I
8484
have a visceral reaction to needing to extend the subsystem using Java (I don&rsquo;t

0 commit comments

Comments
 (0)