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

bug fixes

parent bb798da4
Loading
Loading
Loading
Loading
+11 −6
Original line number Diff line number Diff line
@@ -21,10 +21,7 @@
    </configurations>
  </component>
  <component name="ChangeListManager">
    <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="bug fixes">
      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/ci_cd/problem0.yml" beforeDir="false" afterPath="$PROJECT_DIR$/ci_cd/problem0.yml" afterDir="false" />
    </list>
    <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="bug fixes" />
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -84,7 +81,7 @@
      <workItem from="1727635232946" duration="125000" />
      <workItem from="1727635553626" duration="1104000" />
      <workItem from="1727650187899" duration="5628000" />
      <workItem from="1727746949457" duration="1011000" />
      <workItem from="1727746949457" duration="1233000" />
    </task>
    <task id="LOCAL-00001" summary="updated ci/cd">
      <option name="closed" value="true" />
@@ -238,7 +235,15 @@
      <option name="project" value="LOCAL" />
      <updated>1727664562857</updated>
    </task>
    <option name="localTasksCounter" value="20" />
    <task id="LOCAL-00020" summary="bug fixes">
      <option name="closed" value="true" />
      <created>1727749570696</created>
      <option name="number" value="00020" />
      <option name="presentableId" value="LOCAL-00020" />
      <option name="project" value="LOCAL" />
      <updated>1727749570696</updated>
    </task>
    <option name="localTasksCounter" value="21" />
    <servers />
  </component>
  <component name="TypeScriptGeneratedFilesManager">
+2 −0
Original line number Diff line number Diff line
@@ -64,4 +64,6 @@ internal_testing_problem_0:
    - curl "https://agile.bu.edu/ec327_scripts/bestScores.pl?key=$MAGIC_KEY&name=$GITLAB_USER_LOGIN&score=$RESULT"
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem0"'
  after_script:
    - cat output.txt
  tags: [c++-17]
+2 −0
Original line number Diff line number Diff line
@@ -65,4 +65,6 @@ internal_testing_problem_1:
    - curl "https://agile.bu.edu/ec327_scripts/bestScores.pl?key=$MAGIC_KEY&file=MakeTotal&name=$GITLAB_USER_LOGIN&score=$RESULT"
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem1"'
  after_script:
    - cat output.txt
  tags: [c++-17]
 No newline at end of file