Loading ci_cd/lab0.yml +8 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,14 @@ prebuild_lab_0: stage: lab0 script: - # check that lab-1.cpp has been merged (i.e., accepted) into master - | if git ls-tree -r master --name-only | grep -q 'lab-1.cpp'; then echo "Lab -1 complete"; else echo "Please complete lab -1 first"; exit 1; fi - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_0 artifacts: paths: Loading Loading
ci_cd/lab0.yml +8 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,14 @@ prebuild_lab_0: stage: lab0 script: - # check that lab-1.cpp has been merged (i.e., accepted) into master - | if git ls-tree -r master --name-only | grep -q 'lab-1.cpp'; then echo "Lab -1 complete"; else echo "Please complete lab -1 first"; exit 1; fi - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_0 artifacts: paths: Loading