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

bug fixing

parent da49bfaf
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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:
@@ -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
@@ -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