Commit 2923a619 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

test

parent ec9f7e27
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -5,13 +5,11 @@ stages:
prebuild_0:
  stage: LabZero
  script:
    - |
      if [ ! -f 'lab0.cpp' ]; then
        echo "ERROR - could not find file lab0.cpp";
        exit 1;
      fi
    - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base
  when: on_success # only runs if the previous stage succeeds
  rules:
    - exists:
        - lab0.cpp
  tags: [c++-17]

compile_0: