Skip to content

Commit

Permalink
[ECP-9328] Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed Aug 26, 2024
1 parent 33aebf1 commit 26f0efd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ magento:
# Plugin install
install:
export COMPOSER_CACHE_DIR=/tmp/composer-cache
mkdir -p $COMPOSER_CACHE_DIR
chown -R www-data:www-data $$COMPOSER_CACHE_DIR
composer config cache-dir $$COMPOSER_CACHE_DIR
mkdir -p ${COMPOSER_CACHE_DIR}
chown -R www-data:www-data ${COMPOSER_CACHE_DIR}
composer config cache-dir ${COMPOSER_CACHE_DIR}
composer config --json repositories.local '{"type": "path", "url": "/data/extensions/workdir", "options": { "symlink": false } }'
composer require "adyen/module-payment:*"
vendor/bin/phpcs --standard=Magento2 --extensions=php,phtml --error-severity=10 --ignore-annotations -n -p vendor/adyen/module-payment
Expand Down

0 comments on commit 26f0efd

Please sign in to comment.