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
This commit is contained in:
Douglas Barbosa Alexandre 2018-11-14 21:49:55 +00:00
commit 77b3a8b10f
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ stages:
allow_failure: false
except:
variables:
- $CI_COMMIT_REF_NAME =~ /(^docs[\/-].*|.*-docs$)/
- $CI_COMMIT_REF_NAME =~ /(^qa[\/-].*|.*-qa$)/
- $CI_COMMIT_REF_NAME =~ /norails4/
- $RAILS5_DISABLED
variables: