Clean up intro

This commit is contained in:
Achilleas Pipinellis 2015-11-05 22:49:57 +02:00
parent 5f6117c0aa
commit 2c30d11e80

View file

@ -16,8 +16,8 @@ In brief, the steps needed to have a working CI can be summed up to:
1. Configure a Runner 1. Configure a Runner
From there on, on every push to your git repository the build will be From there on, on every push to your git repository the build will be
automagically started by the Runner and will appear under the project's automagically started by the runner and will appear under the project's `/builds`
`/builds` page. page.
Now, let's break it down to pieces and work on solving the GitLab CI puzzle. Now, let's break it down to pieces and work on solving the GitLab CI puzzle.