diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-05-22 21:25:04 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-05-22 21:25:28 +0800 |
commit | e516b9726ea96c739b8eca532a04b77c52f8d4f3 (patch) | |
tree | ee21adef1d558df7a2a83df32f7b70cf38988bae | |
parent | 7f31768a7f1d311d7c8cedce045f5d918370b8c9 (diff) | |
download | gitlab-ce-e516b9726ea96c739b8eca532a04b77c52f8d4f3.tar.gz |
Run MySQL tests on *-stable as wellrun-mysql-on-stable
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45f1638f871..3c960ef7838 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,7 @@ stages: .only-master-and-ee-or-mysql: &only-master-and-ee-or-mysql only: - /mysql/ + - /-stable$/ - master@gitlab-org/gitlab-ce - master@gitlab/gitlabhq - tags@gitlab-org/gitlab-ce |