From 040a6e944605eb4e4eff290cbe0f81a465e3dddf Mon Sep 17 00:00:00 2001 From: Vladimir <80603777+Sharker5854@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:29:40 +0300 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2409829..bc8f225 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,9 +2,6 @@ stages: - test - deploy -# before_script: -# sudo apt-get install gcc git rustup libpq-dev protobuf-compiler libssl-dev - cargo_test: tags: - virt_host @@ -21,23 +18,3 @@ cargo_deb: artifacts: paths: - ./target/debian/tcp-chat_0.1.0-1_amd64.deb - -# build_packet: -# tags: -# - virt_host -# stage: build -# script: -# - чето там build -# artifacts: -# paths: -# - путь до пакета - -# deploy_packet: -# tags: -# - virt_host -# stage: deploy -# dependencies: build_packet -# script: -# - apt-get update -# - apg-get install -y путь до пакета -# - curl localhost:8080/status #типа чекаем что работает