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

Fix undefined error on count + extract .tar.gz dependencies in the /tmp folder #30

Merged
merged 2 commits into from
Sep 8, 2023

Conversation

marinalimeira
Copy link
Contributor

Jira: PATCHER-320

  • Some actions are failing with Action failed with "TypeError: Cannot read properties of undefined (reading 'count')". This happened because patches_applied is not returned every time.
  • When extracting the dependencies on tar.gzdependencies, they were going to the current folder, which is the project's folder, causing them to be commited also. Now they will be extracted in a tmp folder.

@marinalimeira
Copy link
Contributor Author

Thanks, Carlos!

@marinalimeira marinalimeira merged commit a955311 into main Sep 8, 2023
@marinalimeira marinalimeira deleted the fix-count-error branch September 8, 2023 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants