Loading ci_cd/lab0.yml +0 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ prebuild_lab_0: echo "lab0.cpp" does not exist exit 1; fi - - | # check that lab-1.cpp has been merged (i.e., accepted) into master git ls-tree -r origin/master --name-only if git ls-tree -r origin/master --name-only | grep -q 'lab-1.cpp'; then Loading Loading
ci_cd/lab0.yml +0 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ prebuild_lab_0: echo "lab0.cpp" does not exist exit 1; fi - - | # check that lab-1.cpp has been merged (i.e., accepted) into master git ls-tree -r origin/master --name-only if git ls-tree -r origin/master --name-only | grep -q 'lab-1.cpp'; then Loading