Loading ci_cd/lab0.yml +7 −7 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ prebuild_lab_0: fi # Check if lab-1.cpp has been merged into master git fetch origin master # Fetch the latest master branch if git ls-tree -r origin/master --name-only | grep -q 'lab-1.cpp'; then echo "Lab -1 complete"; else echo "Please have lab -1 merged first"; exit 1; fi # git fetch origin master # Fetch the latest master branch # if git ls-tree -r origin/master --name-only | grep -q 'lab-1.cpp'; then # echo "Lab -1 complete"; # else # echo "Please have lab -1 merged first"; # exit 1; # fi - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_0 artifacts: paths: Loading ci_cd/lab1.yml +7 −7 Original line number Diff line number Diff line Loading @@ -12,13 +12,13 @@ prebuild_lab_1: fi # Check if lab0.cpp has been merged into master git fetch origin master # Fetch the latest master branch if git ls-tree -r origin/master --name-only | grep -q 'lab0.cpp'; then echo "Lab 0 complete"; else echo "Please have lab 0 merged first"; exit 1; fi # git fetch origin master # Fetch the latest master branch # if git ls-tree -r origin/master --name-only | grep -q 'lab0.cpp'; then # echo "Lab 0 complete"; # else # echo "Please have lab 0 merged first"; # exit 1; # fi - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_1 artifacts: paths: Loading ci_cd/lab2.yml +6 −6 Original line number Diff line number Diff line Loading @@ -19,12 +19,12 @@ prebuild_lab_2: fi # Check if lab1.cpp has been merged into master if git ls-tree -r origin/master --name-only | grep -q 'lab1.cpp'; then echo "Lab 1 complete"; else echo "Please have lab 1 merged first"; exit 1; fi # if git ls-tree -r origin/master --name-only | grep -q 'lab1.cpp'; then # echo "Lab 1 complete"; # else # echo "Please have lab 1 merged first"; # exit 1; # fi - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_2 artifacts: paths: Loading ci_cd/lab3.yml +6 −6 Original line number Diff line number Diff line Loading @@ -20,12 +20,12 @@ prebuild_lab_3: fi # Check if lab2.cpp has been merged into master if git ls-tree -r origin/master --name-only | grep -q 'lab2.cpp'; then echo "Lab 2 complete"; else echo "Please have lab 2 merged first"; exit 1; fi # if git ls-tree -r origin/master --name-only | grep -q 'lab2.cpp'; then # echo "Lab 2 complete"; # else # echo "Please have lab 2 merged first"; # exit 1; # fi - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_3 artifacts: paths: Loading ci_cd/lab4.yml +6 −6 Original line number Diff line number Diff line Loading @@ -20,12 +20,12 @@ prebuild_lab_4: fi # Check if lab3.cpp has been merged into master if git ls-tree -r origin/master --name-only | grep -q 'lab3.cpp'; then echo "Lab 3 complete"; else echo "Please have lab 3 merged first"; exit 1; fi # if git ls-tree -r origin/master --name-only | grep -q 'lab3.cpp'; then # echo "Lab 3 complete"; # else # echo "Please have lab 3 merged first"; # exit 1; # fi - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_4 artifacts: paths: Loading Loading
ci_cd/lab0.yml +7 −7 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ prebuild_lab_0: fi # Check if lab-1.cpp has been merged into master git fetch origin master # Fetch the latest master branch if git ls-tree -r origin/master --name-only | grep -q 'lab-1.cpp'; then echo "Lab -1 complete"; else echo "Please have lab -1 merged first"; exit 1; fi # git fetch origin master # Fetch the latest master branch # if git ls-tree -r origin/master --name-only | grep -q 'lab-1.cpp'; then # echo "Lab -1 complete"; # else # echo "Please have lab -1 merged first"; # exit 1; # fi - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_0 artifacts: paths: Loading
ci_cd/lab1.yml +7 −7 Original line number Diff line number Diff line Loading @@ -12,13 +12,13 @@ prebuild_lab_1: fi # Check if lab0.cpp has been merged into master git fetch origin master # Fetch the latest master branch if git ls-tree -r origin/master --name-only | grep -q 'lab0.cpp'; then echo "Lab 0 complete"; else echo "Please have lab 0 merged first"; exit 1; fi # git fetch origin master # Fetch the latest master branch # if git ls-tree -r origin/master --name-only | grep -q 'lab0.cpp'; then # echo "Lab 0 complete"; # else # echo "Please have lab 0 merged first"; # exit 1; # fi - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_1 artifacts: paths: Loading
ci_cd/lab2.yml +6 −6 Original line number Diff line number Diff line Loading @@ -19,12 +19,12 @@ prebuild_lab_2: fi # Check if lab1.cpp has been merged into master if git ls-tree -r origin/master --name-only | grep -q 'lab1.cpp'; then echo "Lab 1 complete"; else echo "Please have lab 1 merged first"; exit 1; fi # if git ls-tree -r origin/master --name-only | grep -q 'lab1.cpp'; then # echo "Lab 1 complete"; # else # echo "Please have lab 1 merged first"; # exit 1; # fi - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_2 artifacts: paths: Loading
ci_cd/lab3.yml +6 −6 Original line number Diff line number Diff line Loading @@ -20,12 +20,12 @@ prebuild_lab_3: fi # Check if lab2.cpp has been merged into master if git ls-tree -r origin/master --name-only | grep -q 'lab2.cpp'; then echo "Lab 2 complete"; else echo "Please have lab 2 merged first"; exit 1; fi # if git ls-tree -r origin/master --name-only | grep -q 'lab2.cpp'; then # echo "Lab 2 complete"; # else # echo "Please have lab 2 merged first"; # exit 1; # fi - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_3 artifacts: paths: Loading
ci_cd/lab4.yml +6 −6 Original line number Diff line number Diff line Loading @@ -20,12 +20,12 @@ prebuild_lab_4: fi # Check if lab3.cpp has been merged into master if git ls-tree -r origin/master --name-only | grep -q 'lab3.cpp'; then echo "Lab 3 complete"; else echo "Please have lab 3 merged first"; exit 1; fi # if git ls-tree -r origin/master --name-only | grep -q 'lab3.cpp'; then # echo "Lab 3 complete"; # else # echo "Please have lab 3 merged first"; # exit 1; # fi - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_4 artifacts: paths: Loading