Commit 44e8a00b authored by Stan Hu's avatar Stan Hu

Exclude qa and docs from Rails 4 builds

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54059
parent 5b1b0934
......@@ -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:
......
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