Loading ci_cd/problem2.yml +2 −5 Original line number Diff line number Diff line Loading @@ -7,10 +7,7 @@ prebuild_problem_2: echo "MyBloom.h does not exist under include directory"; exit 1; fi if [ ! -f "impl/MyBloom.cpp" ]; then echo "MyBloom.cpp does not exist under impl directory"; exit 1; fi # MyBloom.cpp file is not required - git clone https://agile.bu.edu/gitlab/configs/ec330/homeworks/homeworkFour.git hw4 artifacts: paths: Loading @@ -26,7 +23,7 @@ compile_problem_2: artifacts: true script: - cp include/MyBloom.h hw4/tests/include/ - cp impl/MyBloom.cpp hw4/tests/impl/ - cp impl/MyBloom.cpp hw4/tests/impl/ 2>/dev/null - cd hw4/tests - make problem2 artifacts: Loading Loading
ci_cd/problem2.yml +2 −5 Original line number Diff line number Diff line Loading @@ -7,10 +7,7 @@ prebuild_problem_2: echo "MyBloom.h does not exist under include directory"; exit 1; fi if [ ! -f "impl/MyBloom.cpp" ]; then echo "MyBloom.cpp does not exist under impl directory"; exit 1; fi # MyBloom.cpp file is not required - git clone https://agile.bu.edu/gitlab/configs/ec330/homeworks/homeworkFour.git hw4 artifacts: paths: Loading @@ -26,7 +23,7 @@ compile_problem_2: artifacts: true script: - cp include/MyBloom.h hw4/tests/include/ - cp impl/MyBloom.cpp hw4/tests/impl/ - cp impl/MyBloom.cpp hw4/tests/impl/ 2>/dev/null - cd hw4/tests - make problem2 artifacts: Loading