Commit 0528b878 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

working on same-stage dependencies

parent 80fddae4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ prebuild_lab_0:
  stage: lab0
  script:
    - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_0
  when: on_success # only runs if the previous stage succeeds
  artifacts:
    paths:
      - base_0
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ prebuild_lab_1:
  stage: lab1
  script:
    - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_1
  when: on_success # only runs if the previous stage succeeds
  artifacts:
    paths:
      - base_1