Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci/cd: npm ci fails after merge when creating release #1483

Closed
1 task done
SamuelPull opened this issue Oct 13, 2023 · 5 comments
Closed
1 task done

ci/cd: npm ci fails after merge when creating release #1483

SamuelPull opened this issue Oct 13, 2023 · 5 comments
Labels
api Indicates api related issue or feature blockchain Indicates blockchain related issue or feature bug Something isn't working CI/CD Indicates github action issue or feature e2e-tests email-notification-service Indicates email-notification-service related issue or feature excel-export-service Indicates excel-export-service related issue or feature frontend Indicates frontend related issue or feature storage-service Indicates storage-service related issue or feature wontfix This will not be worked on

Comments

@SamuelPull
Copy link
Collaborator

  • I have searched the issues of this repository and believe that this is not a duplicate.

Description 😯

How to reproduce 🕹

Your Environment 🌎

Tech Version
Frontend v1.?.?
API v1.?.?
Blockchain v1.?.?
Export-Service v1.?.?
Email-Service v1.?.?
Storage-Service v1.?.?
@SamuelPull SamuelPull added the bug Something isn't working label Oct 13, 2023
@issuelabeler issuelabeler bot added api Indicates api related issue or feature blockchain Indicates blockchain related issue or feature frontend Indicates frontend related issue or feature storage-service Indicates storage-service related issue or feature labels Oct 13, 2023
@SamuelPull SamuelPull added email-notification-service Indicates email-notification-service related issue or feature excel-export-service Indicates excel-export-service related issue or feature CI/CD Indicates github action issue or feature e2e-tests labels Oct 13, 2023
Copy link

stale bot commented Dec 14, 2023

This issue has been automatically marked as stale because it has not had activity for 30 days. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Dec 14, 2023
Copy link

stale bot commented Dec 21, 2023

This issue has been automatically closed because of inactivity. You can re-open it if needed.

@stale stale bot closed this as completed Dec 21, 2023
@SamuelPull SamuelPull reopened this Feb 28, 2024
@stale stale bot removed the wontfix This will not be worked on label Feb 28, 2024
@SamuelPull
Copy link
Collaborator Author

Modify an existing script or create a new script to install npm libraries.

for dir in */; do
    (cd "$dir" && npm i)
done

Copy link

stale bot commented May 2, 2024

This issue has been automatically marked as stale because it has not had activity for 30 days. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label May 2, 2024
Copy link

stale bot commented May 11, 2024

This issue has been automatically closed because of inactivity. You can re-open it if needed.

@stale stale bot closed this as completed May 11, 2024
@galethil galethil added this to the Trubudget 2.11.0 milestone May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Indicates api related issue or feature blockchain Indicates blockchain related issue or feature bug Something isn't working CI/CD Indicates github action issue or feature e2e-tests email-notification-service Indicates email-notification-service related issue or feature excel-export-service Indicates excel-export-service related issue or feature frontend Indicates frontend related issue or feature storage-service Indicates storage-service related issue or feature wontfix This will not be worked on
Projects
Development

No branches or pull requests

2 participants