Loading ci_cd/problem1.yml +1 −2 Original line number Diff line number Diff line Loading @@ -59,10 +59,9 @@ internal_testing_problem_1: - git clone https://trachten-gitlab:${INTERNAL_HW_TESTS}@agile.bu.edu/gitlab/ec327/ec327-staff/hw-tests/homework-two-internal.git - cp -f problem1.cpp problem1.h homework-two-internal/internal_tests/ - cd homework-two-internal/internal_tests/ - ls -lr . - make internalTestProblem1 - ./internalTestProblem1 - RESULT=$(./internalTestProblem1 | tail -n 1) - echo $RESULT - curl "https://agile.bu.edu/ec327_scripts/bestScores.pl?key=$MAGIC_KEY&file=MakeTotal&name=$GITLAB_USER_LOGIN&score=$RESULT" rules: - if: '$CI_COMMIT_REF_NAME == "problem1"' Loading Loading
ci_cd/problem1.yml +1 −2 Original line number Diff line number Diff line Loading @@ -59,10 +59,9 @@ internal_testing_problem_1: - git clone https://trachten-gitlab:${INTERNAL_HW_TESTS}@agile.bu.edu/gitlab/ec327/ec327-staff/hw-tests/homework-two-internal.git - cp -f problem1.cpp problem1.h homework-two-internal/internal_tests/ - cd homework-two-internal/internal_tests/ - ls -lr . - make internalTestProblem1 - ./internalTestProblem1 - RESULT=$(./internalTestProblem1 | tail -n 1) - echo $RESULT - curl "https://agile.bu.edu/ec327_scripts/bestScores.pl?key=$MAGIC_KEY&file=MakeTotal&name=$GITLAB_USER_LOGIN&score=$RESULT" rules: - if: '$CI_COMMIT_REF_NAME == "problem1"' Loading