Commit 38f9719b authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

bug fix

parent f219436d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -77,9 +77,9 @@ more_integerp:
    - make more1b
    - $(./more1b > more1b.txt)
    - score="$(cat more1b.txt | tail -n 1 | tr -d '[:space:]')"
    - $(cat more1b.txt)
    - echo "$(cat more1b.txt)"
    - echo "Your score is $score"
    - curl "https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=hw0_more1b&name=${GITLAB_USER_LOGIN}&score=${score}" # log the score for easy grading
    - curl "https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=hw0_more1b&name=${CI_COMMIT_AUTHOR}&score=${score}" # log the score for easy grading
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem1b"'
  tags: [ c++-17 ]
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -81,9 +81,9 @@ more_rationalp:
    - make more1c
    - $(./more1b > more1c.txt)
    - score="$(cat more1c.txt | tail -n 1 | tr -d '[:space:]')"
    - $(cat more1c.txt)
    - echo "$(cat more1c.txt)"
    - echo "Your score is $score"
    - curl "https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=hw0_more1c&name=${GITLAB_USER_LOGIN}&score=${score}" # log the score for easy grading
    - curl "https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=hw0_more1c&name=${CI_COMMIT_AUTHOR}&score=${score}" # log the score for easy grading
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem1c"'
  tags: [ c++-17 ]
 No newline at end of file