Loading ci_cd/problem2a.yml +2 −2 Original line number Diff line number Diff line Loading @@ -53,8 +53,8 @@ extra_credit: artifacts: true script: - git clone https://trachten-gitlab:${HW_INTERNAL}@agile.bu.edu/gitlab/ec330/ec330_staff/homeworks_internal/hw1_ec.git hw1_ec - cp IntegerP.cpp IntegerPP.cpp hw1_ec/tests/ - cd hw1_ec/tests - cp IntegerP.cpp IntegerPP.cpp hw1_ec - cd hw1_ec - make extra - ./extra - score="$(./extra1c | tail -n 1 | tr -d '[:space:]')" Loading Loading
ci_cd/problem2a.yml +2 −2 Original line number Diff line number Diff line Loading @@ -53,8 +53,8 @@ extra_credit: artifacts: true script: - git clone https://trachten-gitlab:${HW_INTERNAL}@agile.bu.edu/gitlab/ec330/ec330_staff/homeworks_internal/hw1_ec.git hw1_ec - cp IntegerP.cpp IntegerPP.cpp hw1_ec/tests/ - cd hw1_ec/tests - cp IntegerP.cpp IntegerPP.cpp hw1_ec - cd hw1_ec - make extra - ./extra - score="$(./extra1c | tail -n 1 | tr -d '[:space:]')" Loading