From d1b04e7655cae309299b4d2adf390a0569b9fd0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Wed, 6 Aug 2025 09:46:35 +0200 Subject: [PATCH] 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. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fc1fe9515..90fdee114 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -90,7 +90,7 @@ jobs: steps: - checkout - run: - command: weekly_lockfile_maintenance.sh + command: weekly-lockfile-maintenance.sh release: docker: - image: cimg/node:18.20