From 40519be49b35de72302b928c42c38a8b17aa3ed8 Mon Sep 17 00:00:00 2001 From: 1Kill2Steal Date: Wed, 29 May 2024 16:17:24 +0300 Subject: [PATCH] Removed the docker-compose CI --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ad1515..91cd5b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,20 +2,9 @@ # Define stages stages: - - docker_compose - build_rust - test -# Docker Image CI job -Docker_Image_CI: - stage: docker_compose - image: ubuntu:latest - before_script: - - apt-get update -y - - apt-get install -y docker-compose --upgrade - script: - - docker-compose up - # Rust job Rust: stage: build_rust