diff options
author | John Doe <axil@gitlab.com> | 2018-01-10 08:50:34 +0100 |
---|---|---|
committer | John Doe <axil@gitlab.com> | 2018-01-10 08:50:34 +0100 |
commit | c415c6204730c7aa3acdf740f96c8a407e831d82 (patch) | |
tree | 04718c016e2121fef233a4d3867014d631dd73ed /.gitlab-ci.yml | |
parent | 3576d59ae95a61dd20e997a619dbc6c8e8a70276 (diff) | |
download | gitlab-ce-c415c6204730c7aa3acdf740f96c8a407e831d82.tar.gz |
Exclude sast job from being run in docs only changesdocs/exclude-sast
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f47d3f0171..22de5a5a2c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -604,6 +604,7 @@ codequality: paths: [codeclimate.json] sast: + <<: *except-docs image: registry.gitlab.com/gitlab-org/gl-sast:latest before_script: [] script: |