[Tarantool-patches] [PATCH v1] gitlab-ci: set 2.5 version for gitlab-ci jobs
Alexander V. Tikhonov
avtikhon at tarantool.org
Fri Jul 17 20:22:53 MSK 2020
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
More information about the Tarantool-patches
mailing list