Loading .idea/workspace.xml +12 −3 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ <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/problem1.yml" beforeDir="false" afterPath="$PROJECT_DIR$/ci_cd/problem1.yml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ci_cd/problem0.yml" beforeDir="false" afterPath="$PROJECT_DIR$/ci_cd/problem0.yml" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> Loading Loading @@ -83,7 +83,8 @@ <workItem from="1727463911877" duration="1947000" /> <workItem from="1727635232946" duration="125000" /> <workItem from="1727635553626" duration="1104000" /> <workItem from="1727650187899" duration="5501000" /> <workItem from="1727650187899" duration="5628000" /> <workItem from="1727746949457" duration="1011000" /> </task> <task id="LOCAL-00001" summary="updated ci/cd"> <option name="closed" value="true" /> Loading Loading @@ -229,7 +230,15 @@ <option name="project" value="LOCAL" /> <updated>1727663122038</updated> </task> <option name="localTasksCounter" value="19" /> <task id="LOCAL-00019" summary="bug fixes"> <option name="closed" value="true" /> <created>1727664562857</created> <option name="number" value="00019" /> <option name="presentableId" value="LOCAL-00019" /> <option name="project" value="LOCAL" /> <updated>1727664562857</updated> </task> <option name="localTasksCounter" value="20" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> Loading ci_cd/problem0.yml +2 −2 Original line number Diff line number Diff line Loading @@ -59,8 +59,8 @@ internal_testing_problem_0: - cp -f problem0.cpp homework-two-internal/internal_tests/ - cd homework-two-internal/internal_tests/ - make internalTestProblem0 - RESULT=$(./internalTestProblem0 | tail -n 1) - echo "Result is $RESULT" - ./internalTestProblem0 > /dev/null 2>&1 - RESULT=$(cat output.txt | tail -n 1) - 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"' Loading Loading
.idea/workspace.xml +12 −3 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ <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/problem1.yml" beforeDir="false" afterPath="$PROJECT_DIR$/ci_cd/problem1.yml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ci_cd/problem0.yml" beforeDir="false" afterPath="$PROJECT_DIR$/ci_cd/problem0.yml" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> Loading Loading @@ -83,7 +83,8 @@ <workItem from="1727463911877" duration="1947000" /> <workItem from="1727635232946" duration="125000" /> <workItem from="1727635553626" duration="1104000" /> <workItem from="1727650187899" duration="5501000" /> <workItem from="1727650187899" duration="5628000" /> <workItem from="1727746949457" duration="1011000" /> </task> <task id="LOCAL-00001" summary="updated ci/cd"> <option name="closed" value="true" /> Loading Loading @@ -229,7 +230,15 @@ <option name="project" value="LOCAL" /> <updated>1727663122038</updated> </task> <option name="localTasksCounter" value="19" /> <task id="LOCAL-00019" summary="bug fixes"> <option name="closed" value="true" /> <created>1727664562857</created> <option name="number" value="00019" /> <option name="presentableId" value="LOCAL-00019" /> <option name="project" value="LOCAL" /> <updated>1727664562857</updated> </task> <option name="localTasksCounter" value="20" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> Loading
ci_cd/problem0.yml +2 −2 Original line number Diff line number Diff line Loading @@ -59,8 +59,8 @@ internal_testing_problem_0: - cp -f problem0.cpp homework-two-internal/internal_tests/ - cd homework-two-internal/internal_tests/ - make internalTestProblem0 - RESULT=$(./internalTestProblem0 | tail -n 1) - echo "Result is $RESULT" - ./internalTestProblem0 > /dev/null 2>&1 - RESULT=$(cat output.txt | tail -n 1) - 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"' Loading