From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id AFBB3445320 for ; Fri, 17 Jul 2020 20:22:55 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Fri, 17 Jul 2020 20:22:53 +0300 Message-Id: Subject: [Tarantool-patches] [PATCH v1] gitlab-ci: set 2.5 version for gitlab-ci jobs List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin , Alexander Turenko Cc: tarantool-patches@dev.tarantool.org Set 2.5 version for gitlab-ci jobs to be able to deploy packages from the branch. --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/gitlab_version .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba88a26a9..463e35c19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ variables: .deploy_only_template: &deploy_only_definition only: - - master + - "2.5" except: - schedules - external_pull_requests @@ -29,11 +29,11 @@ variables: .pack_only_template: &pack_only_definition except: - - master + - "2.5" .perf_only_template: &perf_only_definition only: - - master + - "2.5" - /^.*-perf$/ except: - schedules -- 2.17.1