mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
Update warden/setup-environment/action.yml
Co-authored-by: Simon Sprankel <sprankhub@users.noreply.github.com>
This commit is contained in:
@@ -248,7 +248,6 @@ runs:
|
|||||||
if [ $RUN_INSTALL == "1" ]; then
|
if [ $RUN_INSTALL == "1" ]; then
|
||||||
export WARDEN="$(dirname $(pwd))/warden/bin/warden"
|
export WARDEN="$(dirname $(pwd))/warden/bin/warden"
|
||||||
wget https://getcomposer.org/download/${{ inputs.composer_version }}/composer.phar -O composer.phar 1>/dev/null 2>&1 && chmod +x composer.phar
|
wget https://getcomposer.org/download/${{ inputs.composer_version }}/composer.phar -O composer.phar 1>/dev/null 2>&1 && chmod +x composer.phar
|
||||||
${WARDEN} env exec -T php-fpm ls -la | grep composer
|
|
||||||
${WARDEN} env exec -T php-fpm php composer.phar -v
|
${WARDEN} env exec -T php-fpm php composer.phar -v
|
||||||
${WARDEN} env exec -T php-fpm php composer.phar install --no-interaction --no-progress
|
${WARDEN} env exec -T php-fpm php composer.phar install --no-interaction --no-progress
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user