Merge branch '42569-lint-changelog-yaml-script-is-run-twice-in-ci' into 'master'

Don't run scripts/lint-changelog-yaml in scripts/static-analysis but only in the 'docs lint' job

Closes #42569

See merge request gitlab-org/gitlab-ce!16790
This commit is contained in:
Grzegorz Bizon 2018-01-30 14:32:31 +00:00
commit c7f7015533
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ tasks = [
%w[bundle exec rubocop --parallel],
%w[bundle exec rake gettext:lint],
%w[bundle exec rake lint:static_verification],
%w[scripts/lint-changelog-yaml],
%w[scripts/lint-conflicts.sh],
%w[scripts/lint-rugged]
]