Kamil Trzciński
d2cc841c55
Add yaml lint
...
This commit adds CI job that validates all `*.yml`
with `yamllint`.
This commit fixes all offenses present in repository.
2019-06-05 16:31:35 +00:00
Sean McGivern
026896cca2
Merge branch 'require-all-templates-to-include-default-stages' into 'master'
...
Require all templates to use default stages
Closes #59992
See merge request gitlab-org/gitlab-ce!26954
(cherry picked from commit 39eb16aab2
)
e0df05cf
Require all templates to use default stages
2019-04-15 12:47:35 +02:00
Sean McGivern
e32c82ed1e
Revert "Merge branch 'require-all-templates-to-include-default-stages' into 'master'"
...
This reverts merge request !26954
2019-04-05 13:18:35 +00:00
Kamil Trzciński
e0df05cfbc
Require all templates to use default stages
...
Our templates are free to override the 'stages:'.
However, they should follow the convention to always include
'build', 'test', 'deploy' which are defaults when not defined.
2019-04-05 10:13:49 +02:00
Matija Čupić
3527e3e43c
Tidy up CI templates
...
Tidies up CI templates to have better formatting.
* Removes redundant whitespace
* Removes redundant newlines
2019-03-15 16:37:21 +01:00
Dylan Griffith
f5f5d6ea1f
Resolve "Un-vendor CI templates"
2018-09-26 15:39:27 +00:00