Commit 216f346b authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

some fixes

parent af1f8f02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ extra_1c:
    - make extra1c
    - |
      score="$(./extra1c | tail -n 1 | tr -d '[:space:]')"
      curl -s https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=extra1b&name=${GITLAB_USER_NAME}&score=${score}
      curl -s https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=extra1c&name=${GITLAB_USER_NAME}&score=${score}
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem1c"'
  tags: [c++-17]
 No newline at end of file