Loading ci_cd/labm1.yml +1 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ prebuild_lab_m1: stage: labm1 script: - echo "Changes Detected (if any):"; - ls -l /usr/bin - git diff --name-only $CI_COMMIT_SHA~ $CI_COMMIT_SHA || echo "No changes found"; - | if [ ! -f 'lab-1.cpp' ]; then Loading @@ -13,7 +12,7 @@ prebuild_lab_m1: rules: - changes: - lab-1.cpp tags: [shell] tags: [c++-17] compile_lab_m1: stage: labm1 Loading Loading
ci_cd/labm1.yml +1 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ prebuild_lab_m1: stage: labm1 script: - echo "Changes Detected (if any):"; - ls -l /usr/bin - git diff --name-only $CI_COMMIT_SHA~ $CI_COMMIT_SHA || echo "No changes found"; - | if [ ! -f 'lab-1.cpp' ]; then Loading @@ -13,7 +12,7 @@ prebuild_lab_m1: rules: - changes: - lab-1.cpp tags: [shell] tags: [c++-17] compile_lab_m1: stage: labm1 Loading