From 6898980609d756c7d6262cabf0dd2888411659d1 Mon Sep 17 00:00:00 2001
From: "aleksandr.vodianov@demlabs.net" <aleksandr.vodianov@demlabs.net>
Date: Thu, 13 Jan 2022 22:16:05 +0300
Subject: [PATCH] upd deploy

---
 .gitlab-ci.yml | 58 +-------------------------------------------------
 prod_build     |  2 +-
 2 files changed, 2 insertions(+), 58 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 98cb0af63..da52cd712 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,20 +23,6 @@ cellframe-node_stretch:
      - cellframe-node
     script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh cellframe-node stretch
 
-cellframe-node_buster:
-    stage: build
-    only:
-     - develop
-     - master
-     - /^release.*$/
-     - /^bugfix.*$/
-     - /^hotfix.*$/
-     - /^feature.*$/
-     - /^support.*$/
-    tags:
-     - cellframe-node
-    script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh cellframe-node buster
-
 cellframe-node_bullseye:
     stage: build
     only:
@@ -51,52 +37,10 @@ cellframe-node_bullseye:
      - cellframe-node
     script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh cellframe-node bullseye
 
-cellframe-node_bionic:
-    stage: build
-    only:
-     - develop
-     - master
-     - /^release.*$/
-     - /^bugfix.*$/
-     - /^hotfix.*$/
-     - /^feature.*$/
-     - /^support.*$/
-    tags:
-     - cellframe-node
-    script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh cellframe-node bionic
-
-cellframe-node_focal:
-    stage: build
-    only:
-     - develop
-     - master
-     - /^release.*$/
-     - /^bugfix.*$/
-     - /^hotfix.*$/
-     - /^feature.*$/
-     - /^support.*$/
-    tags:
-     - cellframe-node
-    script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh cellframe-node focal
-
-cellframe-node_hirsuite:
-    stage: build
-    only:
-     - develop
-     - master
-     - /^release.*$/
-     - /^bugfix.*$/
-     - /^hotfix.*$/
-     - /^feature.*$/
-     - /^support.*$/
-    tags:
-     - cellframe-node
-    script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh cellframe-node hirsuite
-
 cellframe-dashboard_update:
     stage: update
     only:
      - master
     tags:
      - cellframe-node
-    script: ~/production-docker/integration/gitlab-CI/update_dashboard.sh
+    script: ~/production-docker/integration/gitlab-CI/update_dashboard.sh
\ No newline at end of file
diff --git a/prod_build b/prod_build
index e96f27aa0..530684f7d 160000
--- a/prod_build
+++ b/prod_build
@@ -1 +1 @@
-Subproject commit e96f27aa015d07988fb7517fb3fe9895b1543d1e
+Subproject commit 530684f7d7b51e5743cb44dc784684b2b2e39c69
-- 
GitLab