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

fixed warnings

parent 370de4a4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ compile_problem_1b:
    - if: '$CI_COMMIT_REF_NAME == "problem1b"'
  tags: [c++-17]


exec_problem_1b:
  stage: test
  needs:
@@ -57,5 +56,5 @@ extra_1b:
    - git clone https://trachten-gitlab:${HW0_INTERNAL}@agile.bu.edu/gitlab/ec330/ec330_staff/homeworks_internal/hw0_ec.git
    - cat README.md
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem1c"'
    - if: '$CI_COMMIT_REF_NAME == "problem1b"'
  tags: [ c++-17 ]
 No newline at end of file