1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

use sleede's rubocop image

This commit is contained in:
Sylvain 2022-07-13 11:18:50 +02:00
parent c05e42c2b1
commit cd93af1b5f

View File

@ -2,7 +2,7 @@ rubocop:
stage: test stage: test
only: only:
- dev - dev
image: registry.gitlab.com/pipeline-components/rubocop:latest image: sleede/rubocop-fm:latest
script: script:
- git diff --name-only master --diff-filter AMT | grep \\.rb$ | xargs bundle exec rubocop - git diff --name-only master --diff-filter AMT | grep \\.rb$ | xargs bundle exec rubocop