Commit 17436fbe authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

working on same-stage dependencies

parent 44e4f465
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ prebuild_lab_0:
      if git ls-tree -r origin/master --name-only | grep -q 'lab-1.cpp'; then
        echo "Lab -1 complete";
      else
        echo "Please complete lab -1 first";
        echo "Please have lab -1 merged first";
        exit 1;
      fi
    - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_0