From fbb44861fe405a4f5d3342d60a7bab80f9ac87a6 Mon Sep 17 00:00:00 2001 From: "aleksandr.vodianov" <aleksandr.vodianov@demlabs.net> Date: Tue, 6 Jul 2021 20:03:49 +0300 Subject: [PATCH] update build and publish for all branches --- .gitlab-ci.yml | 16 +--------------- prod_build | 2 +- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0871f6224..ee1e301e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,18 +10,4 @@ kelvin-node-schedule: stage: build tags: - cellframe-node - only: - - master - - /^release.*$/ - - /^pubtest.*$/ - script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-node - -kelvin-node-test: - stage: build - tags: - - cellframe-node - except: - - master - - /^release.*$/ - - /^pubtest.*$/ - script: ~/production/integration/gitlab-CI/build_test_handler.sh cellframe-node + script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-node \ No newline at end of file diff --git a/prod_build b/prod_build index dace2832f..971a8ddaf 160000 --- a/prod_build +++ b/prod_build @@ -1 +1 @@ -Subproject commit dace2832fede47fce1d0527310afe6b8da090d08 +Subproject commit 971a8ddaf759cd48eec81a9a4d28896527e6306a -- GitLab