Loading ci_cd/lab0.yml +2 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,8 @@ prebuild_lab_0: stage: lab0 script: - # check that lab0.cpp exists - if [ ! -f "lab0.cpp" ]; then - | if [ ! -f "lab0.cpp" ]; then echo "lab0.cpp" does not exist exit 1; fi Loading Loading
ci_cd/lab0.yml +2 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,8 @@ prebuild_lab_0: stage: lab0 script: - # check that lab0.cpp exists - if [ ! -f "lab0.cpp" ]; then - | if [ ! -f "lab0.cpp" ]; then echo "lab0.cpp" does not exist exit 1; fi Loading