Skip to content

Commit

Permalink
removed unnecessary directory switch
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-bjoern authored Nov 11, 2022
1 parent 9a313e8 commit 4caa65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/px-cloud-build-install
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cp -a ${DIST_DIR}/magento-vars.php ${DIST_DIR}/helm ${MAGENTO_ROOT}/
cp -a ${DIST_DIR}/../../magento2-ece-tools/dist/.magento.env.yaml ${MAGENTO_ROOT}/
cp -a ${DIST_DIR}/magento2-bin/* ${MAGENTO_ROOT}/bin/
cp -a ${DIST_DIR}/helm/* ${INSTALL_DIR}/helm/
cd ${MAGENTO_ROOT}; vendor/bin/composer config apcu-autoloader true; cd ${INSTALL_DIR}
vendor/bin/composer config apcu-autoloader true

if [ ! -f ${MAGENTO_ROOT}/app/etc/config.php ]; then
cp -a ${DIST_DIR}/config.php ${MAGENTO_ROOT}/app/etc/config.php
Expand Down

0 comments on commit 4caa65c

Please sign in to comment.