From 008ad2f184ff7d98a1ba430263d8c27a5d9ebad9 Mon Sep 17 00:00:00 2001 From: Vladislav Ostapov Date: Tue, 22 Apr 2025 10:38:24 +0300 Subject: [PATCH] =?UTF-8?q?CI:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BF=D0=B0=D0=B9=D0=BF=D0=BB?= =?UTF-8?q?=D0=B0=D0=B9=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c02d388..cdf348a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,11 @@ stages: - - test + - build test for build: - stage: test + stage: build image: localhost:5000/cpp-test-universal:latest tags: - cpp-test-universal - variables: - DEPLOY_SERVER: root@vlad405-ces-router.vdesk.devrss.vg - DEPLOY_PATH: /usr/src/ces-border-router script: - git submodule init - git submodule update