Loading ci_cd/problem2a.yml +1 −2 Original line number Diff line number Diff line Loading @@ -56,8 +56,7 @@ extra_credit: - cp IntegerP.cpp IntegerPP.cpp hw1_ec - cd hw1_ec - make extra - ./extra - score="$(./extra1c | tail -n 1 | tr -d '[:space:]')" - score="$(./extra | tail -n 1 | tr -d '[:space:]')" - echo "Your score is $score" - curl "https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=hw1extra&name=${GITLAB_USER_LOGIN}&score=${score}" rules: Loading Loading
ci_cd/problem2a.yml +1 −2 Original line number Diff line number Diff line Loading @@ -56,8 +56,7 @@ extra_credit: - cp IntegerP.cpp IntegerPP.cpp hw1_ec - cd hw1_ec - make extra - ./extra - score="$(./extra1c | tail -n 1 | tr -d '[:space:]')" - score="$(./extra | tail -n 1 | tr -d '[:space:]')" - echo "Your score is $score" - curl "https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=hw1extra&name=${GITLAB_USER_LOGIN}&score=${score}" rules: Loading