Loading ci_cd/lab0.yml +3 −5 Original line number Diff line number Diff line Loading @@ -5,13 +5,11 @@ stages: prebuild_0: stage: LabZero script: - | if [ ! -f 'lab0.cpp' ]; then echo "ERROR - could not find file lab0.cpp"; exit 1; fi - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base when: on_success # only runs if the previous stage succeeds rules: - exists: - lab0.cpp tags: [c++-17] compile_0: Loading Loading
ci_cd/lab0.yml +3 −5 Original line number Diff line number Diff line Loading @@ -5,13 +5,11 @@ stages: prebuild_0: stage: LabZero script: - | if [ ! -f 'lab0.cpp' ]; then echo "ERROR - could not find file lab0.cpp"; exit 1; fi - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base when: on_success # only runs if the previous stage succeeds rules: - exists: - lab0.cpp tags: [c++-17] compile_0: Loading