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

Magento: Fix artifact_path generation #3459

Merged

Conversation

schmengler
Copy link
Contributor

@schmengler schmengler commented Jan 25, 2023

  • Fix 1. Add -p parameter to mkdir command for {{artifact_path}} could be configured with multiple folders such as build/artifacts

  • Fix 2. run() -> runLocally() – The {{artifact_dir}} is used to keep artifacts archive file. It should be called at CI server only and not at target server. Then the task artifact:upload uploads this file at target server host under {{release_path}}. It is not needed to have {{artifact_dir}} at target server.

  • Bug fix #…?

  • New feature?

  • BC breaks?

  • Tests added?

  • Docs added?

    Please, regenerate docs by running next command:
    $ php bin/docgen
    

- Fix 1. Add -p parameter to mkdir command
   {{artifact_path}} could be configured with multiple folders such as build/artifacts
- Fix 2. run() -> runLocally()
   The {{artifact_dir}} is used to keep artifacts archive file.
   It should be called at CI server only and not at target server.
   Then the task `artifact:upload` uploads this file at target server host under {{release_path}}.
   It is not needed to have {{artifact_dir}} at target server.
@Schrank
Copy link
Contributor

Schrank commented Jan 25, 2023

Fine for me, @peterjaap ?

@peterjaap
Copy link
Contributor

Agree! @antonmedv merge at will.

@antonmedv antonmedv merged commit 8a94172 into deployphp:master Jan 30, 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.

None yet

4 participants