Commit b663a872 authored by Rémy Coutable's avatar Rémy Coutable Committed by Douglas Barbosa Alexandre

Update Code-Quality.gitlab-ci.yml to use `only.refs`

This allows overriding `only.refs` to something else if needed. 
parent f4e40c53
...@@ -25,8 +25,9 @@ code_quality: ...@@ -25,8 +25,9 @@ code_quality:
expire_in: 1 week expire_in: 1 week
dependencies: [] dependencies: []
only: only:
- branches refs:
- tags - branches
- tags
except: except:
variables: variables:
- $CODE_QUALITY_DISABLED - $CODE_QUALITY_DISABLED
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment