From 711837ddbab6c64c0b9d77370bd61f4bb809edd5 Mon Sep 17 00:00:00 2001 From: Caleb Godwin <75450124+cgodwin1@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:04:27 -0400 Subject: [PATCH] fix: remove parser npm install for remove actions (#1444) --- .github/workflows/remove-experimental.yml | 1 - .github/workflows/remove.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/remove-experimental.yml b/.github/workflows/remove-experimental.yml index b2852b77e..a534455c9 100644 --- a/.github/workflows/remove-experimental.yml +++ b/.github/workflows/remove-experimental.yml @@ -46,7 +46,6 @@ jobs: run: | pushd solution/parser npm install serverless@">=3.38.0 <4" -g - npm install chmod +x ~/work/cmcs-eregulations/cmcs-eregulations/.github/workflows/delete_cloudformation_stacks.sh ~/work/cmcs-eregulations/cmcs-eregulations/.github/workflows/delete_cloudformation_stacks.sh cmcs-eregs-parser-dev${PR} $PR "./serverless-ecfr.yml" ~/work/cmcs-eregulations/cmcs-eregulations/.github/workflows/delete_cloudformation_stacks.sh cmcs-eregs-fr-parser-dev${PR} $PR "./serverless-fr.yml" diff --git a/.github/workflows/remove.yml b/.github/workflows/remove.yml index 7cccd61fc..1ab637f36 100644 --- a/.github/workflows/remove.yml +++ b/.github/workflows/remove.yml @@ -44,6 +44,5 @@ jobs: run: | pushd serverless npm install serverless@">=3.38.0 <4" -g - npm install serverless remove --config ./serverless-parser.yml popd