Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Deleting Magento Test Module only if "checkout_source_from: git" #233

Open
@medmek

Description

@medmek

Hello,
I'm not entirely sure but I think that Deleting TestModule directories in m_reinstall.sh should only be done in case of git as checkout source
In case ofcheckout_source_from: "composer" for example themagento2ce/app/code/Magento directory doesn't exist, because it's found in vendor directory. In this case I'm not sure it's useful to delete the TestModule directory anyway (?)
Thanks

magento_app_code_dir="${vagrant_dir}/magento2ce/app/code/Magento"mkdir -p "$magento_app_code_dir"cd "${magento_app_code_dir}"status "Deleting TestModule directories"ls | grep "TestModule" | xargs rm -rf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp