Commit da49bfaf authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

bug fixing

parent a3869352
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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_LOGIN&score=$output"
    - curl "https://agile.bu.edu/ec327_scripts/saveScores.pl?key=${MAGIC_KEY}&file=final2c&name=$GITLAB_USER_LOGIN&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