Loading ci_cd/lab0.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading ci_cd/lab1.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
ci_cd/lab0.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
ci_cd/lab1.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading