[Tarantool-patches] [PATCH v1] gitlab-ci: set 2.6 version instead of master
Alexander V. Tikhonov
avtikhon at tarantool.org
Wed Dec 23 18:51:38 MSK 2020
Cc: tarantool-patches at 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
More information about the Tarantool-patches
mailing list