Loading ci_cd/extra.yml +3 −2 Original line number Diff line number Diff line Loading @@ -44,8 +44,9 @@ lint_extra: test_extra: stage: extra script: - echo "Testing Extra Credit"; - git clone https://trachten-gitlab:${INTERNAL_HW_TESTS}@agile.bu.edu/gitlab/ec327/ec327-staff/hws/hw3-staff.git - echo "Testing Extra Credit" - echo "${INTERNAL_HW_TESTS}" - git clone https://trachten-gitlab:${INTERNAL_HW_TESTS}@agile.bu.edu/gitlab/ec327/ec327-staff/hws/hw3-staff.git base_extra - cp extra.cpp base_extra/tests - cd base_extra/tests - make extra Loading Loading
ci_cd/extra.yml +3 −2 Original line number Diff line number Diff line Loading @@ -44,8 +44,9 @@ lint_extra: test_extra: stage: extra script: - echo "Testing Extra Credit"; - git clone https://trachten-gitlab:${INTERNAL_HW_TESTS}@agile.bu.edu/gitlab/ec327/ec327-staff/hws/hw3-staff.git - echo "Testing Extra Credit" - echo "${INTERNAL_HW_TESTS}" - git clone https://trachten-gitlab:${INTERNAL_HW_TESTS}@agile.bu.edu/gitlab/ec327/ec327-staff/hws/hw3-staff.git base_extra - cp extra.cpp base_extra/tests - cd base_extra/tests - make extra Loading