Loading ci_cd/problem3.yml +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ prebuild_problem_3: script: - | # Check if source files exist if [ ! -f "FullInteger.cpp" ]; then echo "FullInteger.cpp does not exist"; if [ ! -f "impl/FullInteger.cpp" ]; then echo "impl/FullInteger.cpp does not exist"; exit 1; fi - git clone https://agile.bu.edu/gitlab/configs/ec330/homeworks/homeworkthree.git hw3 Loading Loading
ci_cd/problem3.yml +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ prebuild_problem_3: script: - | # Check if source files exist if [ ! -f "FullInteger.cpp" ]; then echo "FullInteger.cpp does not exist"; if [ ! -f "impl/FullInteger.cpp" ]; then echo "impl/FullInteger.cpp does not exist"; exit 1; fi - git clone https://agile.bu.edu/gitlab/configs/ec330/homeworks/homeworkthree.git hw3 Loading