Commit fe197b22 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixes

parent f7d97ed8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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