Skip to content

Commit 3bf859d

Browse files
committed
Clarify what kind of job
1 parent de306ce commit 3bf859d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,11 @@ repositories containing Puppet code must have at least two branches: `master`
332332
and `qa`, meaning that they will always be expanded by Jens. This behaviour can
333333
be configured by the `mandatorybranches` configuration key.
334334

335-
As environment definitions are just Yaml files, the files can be easily
336-
protected from unauthorised/accidental modification via, for instance, Gitolite
337-
rules. Another option is to receive changes via merge requests that will be
338-
validated by an external job under the administrator's control.
335+
As environment definitions are just Yaml files, the files can be
336+
easily protected from unauthorised/accidental modification via, for
337+
instance, Gitolite rules. Another option is to receive changes via
338+
merge requests that will be validated by an external continuous
339+
integration job under the administrator's control.
339340

340341
### How does an environment look like on disk?
341342

0 commit comments

Comments
 (0)