Loading ci_cd/problem3c.yml +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ extra_credit: trap cleanup EXIT - $(./tester > tester.out) - score="$(tail -n 1 tester.out | tr -d '[:space:]')" - $(tail -n 3 tester.out) - echo $(tail -n 3 tester.out) - echo "Your score is $score" - curl "https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=hw2extra&name=${GITLAB_USER_LOGIN}&score=${score}" rules: Loading Loading
ci_cd/problem3c.yml +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ extra_credit: trap cleanup EXIT - $(./tester > tester.out) - score="$(tail -n 1 tester.out | tr -d '[:space:]')" - $(tail -n 3 tester.out) - echo $(tail -n 3 tester.out) - echo "Your score is $score" - curl "https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=hw2extra&name=${GITLAB_USER_LOGIN}&score=${score}" rules: Loading