diff options
author | Rémy Coutable <remy@rymai.me> | 2017-04-25 15:42:11 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-25 20:40:44 +0200 |
commit | 3b560dd04bb49bcefa3abfd251224969cfca427f (patch) | |
tree | 9a9b120e48b6b4f47ab2e03a3d8615f0dcf23ef7 /.gitlab-ci.yml | |
parent | 6dc424c949ab3de9395d821b05d2e1cc5f632ed2 (diff) | |
download | gitlab-ce-3b560dd04bb49bcefa3abfd251224969cfca427f.tar.gz |
Remove outdated ci_setup.md doc page and document MySQL and RSpec profiling for specific branches30692-document-rspec-profile-and-mysql-branch-testing-and-remove-ci_setup-doc-page
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12385b293c0..4a16a0aaba0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ stages: .only-master-and-ee-or-mysql: &only-master-and-ee-or-mysql only: - - /\-(?i)mysql$/ + - /mysql/ - master@gitlab-org/gitlab-ce - master@gitlab/gitlabhq - tags@gitlab-org/gitlab-ce |