Skip to content

Commit f724a68

Browse files
authored
Fix lockfile-maintenance
The `lockfile-maintenance` task has been broken for some time e.g. see https://app.circleci.com/pipelines/github/stoplightio/elements/10065/workflows/297cd28c-c660-4d1f-87be-5837984512fc/jobs/46146 Either the command needs to be updated or the script renamed.
1 parent 81f0876 commit f724a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- checkout
9292
- run:
93-
command: weekly_lockfile_maintenance.sh
93+
command: weekly-lockfile-maintenance.sh
9494
release:
9595
docker:
9696
- image: cimg/node:18.20

0 commit comments

Comments
 (0)