Skip to content

Commit

Permalink
fix: remove parser npm install for remove actions (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgodwin1 authored Oct 16, 2024
1 parent 160b934 commit 711837d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/remove-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/remove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 711837d

Please sign in to comment.