[Tarantool-patches] [PATCH v1] Remove only packing jobs from release

Alexander V. Tikhonov avtikhon at tarantool.org
Thu Jun 11 16:07:49 MSK 2020


Packing jobs were switched on at release branch by commit
4b61c987d2d520336c58981c451d0d4e498645c9, while we allready
have deploying jobs, let's remove packing jobs.
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/all-tests-in-branches-2.4

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb32581dc..a8440b649 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ variables:
 
 .pack_only_template: &pack_only_definition
   except:
-    - master
+    - "2.4"
 
 .perf_only_template: &perf_only_definition
   only:
-- 
2.17.1



More information about the Tarantool-patches mailing list