From b109c4eba9858d10b9386b5fdcb8b23d23c33c7d Mon Sep 17 00:00:00 2001 From: Luquor <signorellilucas7@gmail.com> Date: Mon, 13 Feb 2023 12:27:38 +0100 Subject: [PATCH] Refactor des espaces --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3174165..b71c9be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ image: stages: - build - test - - deploy cache: paths: @@ -22,9 +21,4 @@ unit-test-job: # Le job se lance dans la phase de test stage: test script: - echo "Running unit tests" - -deploy-job: # Le job se lance dans la phase de déploiement - stage: deploy - script: - - echo "Deploying the project" \ No newline at end of file -- GitLab