diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2019-06-05 16:31:35 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-06-05 16:31:35 +0000 |
commit | d2cc841c55d65bc8134bfb3a467e66c36ac32b0a (patch) | |
tree | f333b92c2c2623e7d2c3d0c4b785295f40c57cd8 /.gitlab/ci/global.gitlab-ci.yml | |
parent | e7b6dace063fce593e6f9ac61390e7385a9868a1 (diff) | |
download | gitlab-ce-d2cc841c55d65bc8134bfb3a467e66c36ac32b0a.tar.gz |
Add yaml lint
This commit adds CI job that validates all `*.yml`
with `yamllint`.
This commit fixes all offenses present in repository.
Diffstat (limited to '.gitlab/ci/global.gitlab-ci.yml')
-rw-r--r-- | .gitlab/ci/global.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/global.gitlab-ci.yml b/.gitlab/ci/global.gitlab-ci.yml index cf87f5eb39c..aa25bad00e8 100644 --- a/.gitlab/ci/global.gitlab-ci.yml +++ b/.gitlab/ci/global.gitlab-ci.yml @@ -1,6 +1,6 @@ .dedicated-runner: retry: - max: 2 # This is confusing but this means "3 runs at max". + max: 2 # This is confusing but this means "3 runs at max". when: - unknown_failure - api_failure |