Loading ci_cd/.gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ - 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_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: Loading Loading @@ -50,7 +49,7 @@ - make internal_2d - output=$(./internal_2d) - echo "=== $output ===" - curl "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=$MAGIC_KEY&file=final2d&name=$GITLAB_USER_NAME&score=$output" - curl "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=${MAGIC_KEY}&file=final2d&name=${GITLAB_USER_LOGIN}&score=$output" tags: [ c++-17 ] needs: - 2d_basic Loading Loading @@ -78,7 +77,7 @@ - make internal_2e - output=$(./internal_2e) - echo "=== $output ===" - curl "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=$MAGIC_KEY&file=final2d&name=$GITLAB_USER_NAME&score=$output" - curl "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=${MAGIC_KEY}&file=final2e&name=${GITLAB_USER_LOGIN}&score=$output" tags: [ c++-17 ] needs: - 2e_basic No newline at end of file Loading
ci_cd/.gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ - 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_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: Loading Loading @@ -50,7 +49,7 @@ - make internal_2d - output=$(./internal_2d) - echo "=== $output ===" - curl "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=$MAGIC_KEY&file=final2d&name=$GITLAB_USER_NAME&score=$output" - curl "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=${MAGIC_KEY}&file=final2d&name=${GITLAB_USER_LOGIN}&score=$output" tags: [ c++-17 ] needs: - 2d_basic Loading Loading @@ -78,7 +77,7 @@ - make internal_2e - output=$(./internal_2e) - echo "=== $output ===" - curl "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=$MAGIC_KEY&file=final2d&name=$GITLAB_USER_NAME&score=$output" - curl "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=${MAGIC_KEY}&file=final2e&name=${GITLAB_USER_LOGIN}&score=$output" tags: [ c++-17 ] needs: - 2e_basic No newline at end of file