Commit 77b3a8b1 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'sh-exclude-rails4-builds-from-docs' into 'master'

Exclude qa and docs from Rails 4 builds

Closes #54059

See merge request gitlab-org/gitlab-ce!23091
parents f76b3106 44e8a00b
...@@ -79,6 +79,8 @@ stages: ...@@ -79,6 +79,8 @@ stages:
allow_failure: false allow_failure: false
except: except:
variables: variables:
- $CI_COMMIT_REF_NAME =~ /(^docs[\/-].*|.*-docs$)/
- $CI_COMMIT_REF_NAME =~ /(^qa[\/-].*|.*-qa$)/
- $CI_COMMIT_REF_NAME =~ /norails4/ - $CI_COMMIT_REF_NAME =~ /norails4/
- $RAILS5_DISABLED - $RAILS5_DISABLED
variables: variables:
......
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