Skip to content

Commit

Permalink
detect Magento root more flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-bjoern committed Feb 20, 2024
1 parent 20c3f43 commit 8291761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/px-cloud-build-install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

MAGENTO_ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
MAGENTO_ROOT=${0%/vendor/*}
MAGENTO_ROOT_DIR_NAME="$(basename $MAGENTO_ROOT)"
INSTALL_DIR=$MAGENTO_ROOT
INSTALL_DIR_SUFFIX="/dev"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "phoenix-media/magento2-cloud-build",
"description": "Dockerfile, configurations and scripts to build Magento2 Docker images.",
"type": "library",
"version": "1.0.30",
"version": "1.0.31",
"license": [
"OSL-3.0"
],
Expand Down

0 comments on commit 8291761

Please sign in to comment.