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

bug fix

parent 04437107
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ extra_1b:
    - job: exec_problem_1b
      artifacts: true
  script:
    - echo $INTERNAL_TESTS
    - git clone https://trachten-gitlab:${HW_INTERNAL}@agile.bu.edu/gitlab/ec330/ec330_staff/homeworks_internal/hw0_ec.git hw0_ec
    - cp IntegerP.cpp hw0_ec/
    - cd hw0_ec
@@ -74,3 +75,5 @@ more_integerp:
    - make more1b
    - score="$(./more1b | tail -n 1 | tr -d '[:space:]')"
    - 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
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem1b"'
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ more_rationalp:
    - cd hw0/tests
    - make more1c
    - score="$(./more1c | tail -n 1 | tr -d '[:space:]')"
    - 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_more1c&name=${GITLAB_USER_LOGIN}&score=${score}" # log the score for easy grading
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem1c"'
  tags: [ c++-17 ]
 No newline at end of file