We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873f9d5 commit 99cf740Copy full SHA for 99cf740
.github/workflows/magento-installation.yml
@@ -41,7 +41,6 @@ jobs:
41
- name: Setup local composer package
42
env:
43
COMPOSER_NAME: ${{ secrets.COMPOSER_NAME }}
44
- COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
run: |
46
MAGENTO_VERSION=`cat ${GITHUB_WORKSPACE}/.github/workflows/magento_version.txt`
47
BRANCH=magento-`echo $MAGENTO_VERSION | cut -f'1-2' -d\.`
@@ -57,9 +56,7 @@ jobs:
57
56
- name: Composer installation
58
59
cd /tmp/m2
60
- COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-source --no-interaction --no-progress --no-suggest --no-dev
61
- env:
62
+ COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-source --no-interaction --no-progress --no-dev
63
- name: Magento installation
64
65
0 commit comments