Commit 1d3f0605 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

bug fixes

parent fcc2a28b
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@
      <workItem from="1727635232946" duration="125000" />
      <workItem from="1727635553626" duration="1104000" />
      <workItem from="1727650187899" duration="5628000" />
      <workItem from="1727746949457" duration="1233000" />
      <workItem from="1727746949457" duration="1492000" />
    </task>
    <task id="LOCAL-00001" summary="updated ci/cd">
      <option name="closed" value="true" />
@@ -243,7 +243,15 @@
      <option name="project" value="LOCAL" />
      <updated>1727749570696</updated>
    </task>
    <option name="localTasksCounter" value="21" />
    <task id="LOCAL-00021" summary="bug fixes">
      <option name="closed" value="true" />
      <created>1727751157644</created>
      <option name="number" value="00021" />
      <option name="presentableId" value="LOCAL-00021" />
      <option name="project" value="LOCAL" />
      <updated>1727751157644</updated>
    </task>
    <option name="localTasksCounter" value="22" />
    <servers />
  </component>
  <component name="TypeScriptGeneratedFilesManager">
+1 −1
Original line number Diff line number Diff line
@@ -65,5 +65,5 @@ internal_testing_problem_0:
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem0"'
  after_script:
    - cat output.txt
    - cat homework-two-internal/internal_tests/output.txt
  tags: [c++-17]
+1 −1
Original line number Diff line number Diff line
@@ -66,5 +66,5 @@ internal_testing_problem_1:
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem1"'
  after_script:
    - cat output.txt
    - cat homework-two-internal/internal_tests/output.txt
  tags: [c++-17]
 No newline at end of file