* [Tarantool-patches] [PATCH v1] gitlab-ci: set 2.5 version for gitlab-ci jobs
@ 2020-07-17 17:22 Alexander V. Tikhonov
0 siblings, 0 replies; only message in thread
From: Alexander V. Tikhonov @ 2020-07-17 17:22 UTC (permalink / raw)
To: Kirill Yukhin, Alexander Turenko; +Cc: tarantool-patches
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-07-17 17:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 17:22 [Tarantool-patches] [PATCH v1] gitlab-ci: set 2.5 version for gitlab-ci jobs Alexander V. Tikhonov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox