From 33a014013a09ac32c7b8f8b6fb36c749630b09fb Mon Sep 17 00:00:00 2001 From: Afri Schoedon <5chdn@users.noreply.github.com> Date: Wed, 19 Sep 2018 18:57:59 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20fix=20regex=20=F0=9F=99=84=20(#9597)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f6659e1a..bbfb7927e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ cache: .publishable_branches: # list of git refs for publishing builds to the "production" locations only: &publishable_branches - nightly # Our nightly builds from schedule, on `master` - - "v2*" # Our version tags + - /^v2.*$/ # Our version tags .collect_artifacts: &collect_artifacts artifacts: