Loading ci_cd/labm1.yml +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ prebuild_lab_m1: stage: labm1 script: - echo "Changes Detected (if any):"; - git diff --name-only $CI_COMMIT_SHA~ $CI_COMMIT_SHA || echo "No changes found"; - | if [ ! -f 'lab-1.cpp' ]; then echo "ERROR - could not find file lab-1.cpp"; Loading Loading
ci_cd/labm1.yml +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ prebuild_lab_m1: stage: labm1 script: - echo "Changes Detected (if any):"; - git diff --name-only $CI_COMMIT_SHA~ $CI_COMMIT_SHA || echo "No changes found"; - | if [ ! -f 'lab-1.cpp' ]; then echo "ERROR - could not find file lab-1.cpp"; Loading