Commit d9fe18d7 authored by James Knee's avatar James Knee
Browse files

fixed typos in stage and base versions

parent 4c51edb4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
### Lab 2
prebuild_lab_2:
  stage: lab1
  stage: lab2
  script:
    - echo "Changes Detected (if any):";
    - git diff --name-only $CI_COMMIT_SHA~ $CI_COMMIT_SHA || echo "No changes found";
@@ -27,7 +27,7 @@ prebuild_lab_2:
        echo "Please have lab 1 merged first";
        exit 1;
      fi
    - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_1
    - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_2
  artifacts:
    paths:
      - base_2