Skip to content

Commit f54dcc5

Browse files
digitalrisedorsetHerve Tribouilloy
andauthored
feat(setup-magento): mkdir app/etc to allow prevent composer plugin crashing (#368)
Co-authored-by: Herve Tribouilloy <herve@digitalrisedorset.co.uk>
1 parent efc18f2 commit f54dcc5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

setup-magento/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ runs:
9191
env:
9292
COMPOSER_AUTH: ${{ inputs.composer_auth }}
9393

94+
- run: mkdir -p ${{ steps.setup-magento-compute-directory.outputs.MAGENTO_DIRECTORY }}/app/etc
95+
shell: bash
96+
name: Ensure app/etc exists for magento composer plugin
97+
if: inputs.mode == 'extension'
98+
9499
- uses: mage-os/github-actions/fix-magento-install@main
95100
name: Fix Magento Out of Box Install Issues
96101
with:

0 commit comments

Comments
 (0)