Loading ci_cd/problem2.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ prebuild_problem_2: script: - | # Check if source files exist if [ ! -f "impl/MyBloom.h" ]; then if [ ! -f "include/MyBloom.h" ]; then echo "MyBloom.h does not exist under include directory"; exit 1; fi Loading Loading
ci_cd/problem2.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ prebuild_problem_2: script: - | # Check if source files exist if [ ! -f "impl/MyBloom.h" ]; then if [ ! -f "include/MyBloom.h" ]; then echo "MyBloom.h does not exist under include directory"; exit 1; fi Loading