File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @fake-scope/fake-pkg " : patch
3+ ---
4+
5+ Update run_megalinter.yml
Original file line number Diff line number Diff line change @@ -56,17 +56,17 @@ parameters:
5656
5757steps :
5858 - attach_workspace :
59- at : $CIRCLE_WORKING_DIRECTORY
59+ at : /root/project
6060 - run :
6161 name : Check if updated_sources folder exists
6262 command : <<include(scripts/check_updated_sources.sh)>>
6363 environment :
64- PARAM_UPD_SRC_FILES : $CIRCLE_WORKING_DIRECTORY /megalinter-reports/updated_sources
64+ PARAM_UPD_SRC_FILES : /root/project /megalinter-reports/updated_sources
6565 - run :
6666 name : Get the updated sources in megalinter-reports
6767 command : <<include(scripts/get_updated_sources.sh)>>
6868 environment :
69- PARAM_UPD_SRC_FILES : $CIRCLE_WORKING_DIRECTORY /megalinter-reports/updated_sources
69+ PARAM_UPD_SRC_FILES : /root/project /megalinter-reports/updated_sources
7070 - github-cli/setup :
7171 token : <<parameters.github_token>>
7272 - run :
Original file line number Diff line number Diff line change 4646 - store_artifacts :
4747 path : megalinter-reports
4848 - persist_to_workspace :
49- root : $CIRCLE_WORKING_DIRECTORY
49+ root : /root/project
5050 paths :
5151 - megalinter-reports
You can’t perform that action at this time.
0 commit comments