Skip to content

Commit

Permalink
Merge pull request #25 from bb-hackathon/Sharker5854-patch-3
Browse files Browse the repository at this point in the history
Update .gitlab-ci.yml
  • Loading branch information
Sharker5854 authored Dec 5, 2024
2 parents 0f0198d + 040a6e9 commit be97752
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 #типа чекаем что работает

0 comments on commit be97752

Please sign in to comment.