Commit 4ae3ba34 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

minor fix

parent 0bc1b996
Loading
Loading
Loading
Loading
+76 −96
Original line number Diff line number Diff line

  Homepage

    Configs
    EC330
    Homeworks
    HomeworkOne
    Repository

    homeworkone
    ci_cd
    problem2a.yml
    
    problem2a.yml
    Ari Trachtenberg's avatar
    changed timeout to trap in the gitlab job
    Ari Trachtenberg authored 4 days ago
    2347b15f
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    problem2a.yml
    1.81 KiB

prebuild_problem_2a:
  stage: prebuild
  script:
@@ -37,6 +14,7 @@
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem2a"'
  tags: [c++-17]

compile_problem_2a:
  stage: compile
  needs:
@@ -52,6 +30,7 @@
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem2a"'
  tags: [c++-17]

exec_problem_2a:
  stage: test
  needs:
@@ -68,6 +47,7 @@
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem2a"'
  tags: [c++-17]

extra_credit:
  stage: extra
  needs: