From ed9695d1ebeb13e86e44de823efd3f3742a05073 Mon Sep 17 00:00:00 2001 From: Ari Trachtenberg Date: Fri, 6 Sep 2024 15:53:15 -0400 Subject: [PATCH] trying to fix the yml file --- ci_cd/labm1.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ci_cd/labm1.yml b/ci_cd/labm1.yml index 9528962..deaff7a 100644 --- a/ci_cd/labm1.yml +++ b/ci_cd/labm1.yml @@ -23,8 +23,6 @@ compile_m1: script: - echo "Compiling lab-1.cpp" - g++ -c lab-1.cpp - needs: - - prebuild_m1 tags: [c++-17] lint_m1: @@ -34,8 +32,6 @@ lint_m1: - echo "Static code check of lab-1.cpp" - cppcheck --enable=all --inconclusive --error-exitcode=1 lab-1.cpp allow_failure: false - needs: - - compile_m1 tags: [cppcheck] test_m1: @@ -48,6 +44,4 @@ test_m1: echo "Could not find your WikiName $GITLAB_USER_LOGIN in file lab-1.cpp"; exit 1; fi - needs: - - lint_m1 tags: [shell] \ No newline at end of file -- GitLab