-
Notifications
You must be signed in to change notification settings - Fork 165
Closed
Labels
automationThis item relates to automationThis item relates to automationcompletedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
Milestone
Description
Bug description
Similar to what happened with #1046 the addition of the layer-publisher
folder caused some issues with the release workflow making it fail.
Expected Behavior
The release process should carry on as expected.
Current Behavior
The new folder was added to the lerna
context, so that every time a lerna ...
command is run, that same command is also run in that folder. This is not an issue, but since we were not actually installing the dependencies of that folder the whole process would fail.
Possible Solution
Add a step that installs the dependencies.
Steps to Reproduce
Run the workflow.
Environment
- Powertools version used:
main
- Packaging format (Layers, npm): N/A
- AWS Lambda function runtime: N/A
- Debugging logs: N/A
Related issues, RFCs
Metadata
Metadata
Assignees
Labels
automationThis item relates to automationThis item relates to automationcompletedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)