Skip to content

Commit

Permalink
[ECP-9328] Update fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed Aug 23, 2024
1 parent 5b33fb9 commit cfdeae6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ RUN apt-get update \
unzip \
ssh \
git \
zip \
fpm
zip

RUN mkdir -p /root/.ssh && chmod 700 /root/.ssh

Expand Down
12 changes: 6 additions & 6 deletions .github/scripts/install_magento.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

if [[ -e /etc/php/${PHP_VERSION}/cli/conf.d/20-xdebug.ini ]]; then
# Disable Xdebug for CLI
mv /etc/php/${PHP_VERSION}/cli/conf.d/20-xdebug.ini /etc/php/${PHP_VERSION}/cli/conf.d/20-xdebug.ini.disabled
service php${PHP_VERSION}-fpm restart
service nginx restart
fi
#if [[ -e /etc/php/${PHP_VERSION}/cli/conf.d/20-xdebug.ini ]]; then
# # Disable Xdebug for CLI
# mv /etc/php/${PHP_VERSION}/cli/conf.d/20-xdebug.ini /etc/php/${PHP_VERSION}/cli/conf.d/20-xdebug.ini.disabled
# service php${PHP_VERSION}-fpm restart
# service nginx restart
#fi

if [ "${MAGENTO_VERSION}" == "<will be defined>" ]; then
echo "MAGENTO_VERSION is not defined!"
Expand Down

0 comments on commit cfdeae6

Please sign in to comment.