diff options
author | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-06-29 12:00:24 +0100 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-06-29 12:00:24 +0100 |
commit | c5607879aece2173459e3428022a860ee93aa873 (patch) | |
tree | 912bce825b136673921f9f52886bcc638e3227ee /.gitlab-ci.yml | |
parent | ff048ba8a353f25341694db89c8ef5680fa574e8 (diff) | |
download | gitlab-ce-c5607879aece2173459e3428022a860ee93aa873.tar.gz |
Run mysql tests on stable preperation branches like 9-3-stable-patch-2jej/run-mysql-tests-on-stable-preparation-branches
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 790d9a1f72a..e52b656599c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,7 @@ stages: .only-master-and-ee-or-mysql: &only-master-and-ee-or-mysql only: - /mysql/ - - /-stable$/ + - /-stable/ - master@gitlab-org/gitlab-ce - master@gitlab/gitlabhq - tags@gitlab-org/gitlab-ce |