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 artifact file generation when "from_repo" option is enabled #3560

Merged
merged 1 commit into from
Apr 5, 2023
Merged

Fix artifact file generation when "from_repo" option is enabled #3560

merged 1 commit into from
Apr 5, 2023

Conversation

guvra
Copy link
Contributor

@guvra guvra commented Apr 5, 2023

  • Bug fix #…?
  • New feature?
  • BC breaks?
  • Tests added?
  • Docs added?

Fixes a bug introduced with the PR #3456

When the option "from_repo" is enabled (magento2 recipe), the tar artifact is not generated properly.
It is generated with the following structure:

artifacts/
    repo/
        [magento project]

Whereas it should be:

./
   [magento project]

This PR fixes this issue.
The artifact is now generated correctly with or without the option enabled.

@antonmedv antonmedv merged commit 4a40c60 into deployphp:master Apr 5, 2023
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