From 5a71c3e6895beac3d95e24a85732352dd6c6fce6 Mon Sep 17 00:00:00 2001 From: mxxntype <59417007+mxxntype@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:06:12 +0300 Subject: [PATCH] ci: Comment out `before_script` thing --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23313b5..3ed4b1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,8 @@ stages: - test - deploy -before_script: - sudo apt-get install gcc git rustup libpq-dev protobuf-compiler libssl-dev +# before_script: +# sudo apt-get install gcc git rustup libpq-dev protobuf-compiler libssl-dev cargo_test: tags: