From d41e3bc5bfec9856eef7ecaf9c0ea05ddb828b1b Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Mon, 1 Oct 2018 16:38:47 +0100 Subject: [PATCH] ci: add publish script to releaseable branches --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06b49e95f..02922a1aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -103,9 +103,7 @@ publish-docker: publish-awss3: stage: publish - only: - - nightly - - /^v2.*$/ + only: *releaseable_branches cache: {} dependencies: - build-linux