Commit 335eebc1 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Merge branch 'bugfixes' into 'master'

fixed typos in stage and base versions

See merge request !4
parents 4c51edb4 d9fe18d7
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