Loading ci_cd/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ - make internal_2c - output=$(./internal_2c) - echo "=== $output ===" - echo "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=${MAGIC_KEY}&file=final2c&name=$GITLAB_USER_NAME&score=$output" - curl "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=${MAGIC_KEY}&file=final2c&name=$GITLAB_USER_NAME&score=$output" - echo "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=${MAGIC_KEY}&file=final2c&name=$GITLAB_USER_LOGIN&score=$output" - curl "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=${MAGIC_KEY}&file=final2c&name=$GITLAB_USER_LOGIN&score=$output" tags: [ c++-17 ] needs: - 2c_basic Loading Loading
ci_cd/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ - make internal_2c - output=$(./internal_2c) - echo "=== $output ===" - echo "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=${MAGIC_KEY}&file=final2c&name=$GITLAB_USER_NAME&score=$output" - curl "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=${MAGIC_KEY}&file=final2c&name=$GITLAB_USER_NAME&score=$output" - echo "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=${MAGIC_KEY}&file=final2c&name=$GITLAB_USER_LOGIN&score=$output" - curl "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=${MAGIC_KEY}&file=final2c&name=$GITLAB_USER_LOGIN&score=$output" tags: [ c++-17 ] needs: - 2c_basic Loading