Skip to content

Commit 351d0b5

Browse files
authored
Update run_megalinter.yml (#30)
* Update run_megalinter.yml * Update run_git.yml * Create olive-pets-laugh.md
1 parent d14a9d1 commit 351d0b5

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.changeset/olive-pets-laugh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@fake-scope/fake-pkg": patch
3+
---
4+
5+
Update run_megalinter.yml

src/commands/run_git.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ parameters:
5656
5757
steps:
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:

src/commands/run_megalinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ steps:
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

0 commit comments

Comments
 (0)