From: "Alexander V. Tikhonov" <avtikhon@tarantool.org>
To: Oleg Koshovetc <okoshovetc@tarantool.org>,
Kirill Yukhin <kyukhin@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH v1] gitlab-ci: set 2.6 version instead of master
Date: Wed, 23 Dec 2020 18:51:38 +0300 [thread overview]
Message-ID: <f4c4af52147eebaac7c0af60c40a756469a750ce.1608738648.git.avtikhon@tarantool.org> (raw)
Cc: tarantool-patches@dev.tarantool.org
Found that branch checks in gitlab-ci jobs were not updated on creation
2.6 branch. This patch fixes it and sets 2.6 instead of master mask to
be able to trigger jobs on changes in 2.6 branch.
---
Github: https://github.com/tarantool/tarantool/tree/avtikhon/gitlab-ci-2.6
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03a6295aa..6374b0d25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,7 @@ before_script:
.deploy_only_template: &deploy_only_definition
only:
- - master
+ - "2.6"
- tags
except:
- schedules
@@ -64,12 +64,12 @@ before_script:
.pack_only_template: &pack_only_definition
except:
- - master
+ - "2.6"
- tags
.perf_only_template: &perf_only_definition
only:
- - master
+ - "2.6"
- tags
- /^.*-perf$/
except:
--
2.25.1
next reply other threads:[~2020-12-23 15:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-23 15:51 Alexander V. Tikhonov [this message]
2020-12-23 16:19 ` Oleg Koshovetc
2020-12-24 18:05 ` Kirill Yukhin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f4c4af52147eebaac7c0af60c40a756469a750ce.1608738648.git.avtikhon@tarantool.org \
--to=avtikhon@tarantool.org \
--cc=kyukhin@tarantool.org \
--cc=okoshovetc@tarantool.org \
--cc=tarantool-patches@dev.tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH v1] gitlab-ci: set 2.6 version instead of master' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox