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

bug fixing

parent 261ce1e4
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_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