Commit 62b9315e authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixes

parent 04b4531e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ extra:
      exit 1
      fi

      score="$(tail -n 1 extra3c.out | tr -d '[:space:]')"
      score="$(tail -n 1 extra2.out | tr -d '[:space:]')"
    - echo "$context"
    - curl "https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=hw6planar&name=${GITLAB_USER_LOGIN}&score=${score}"
  rules: