File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ executors:
7
7
magento-executor :
8
8
machine :
9
9
image : ubuntu-2404:2024.11.1
10
+ docker_layer_caching : true
10
11
11
12
jobs :
12
13
magento-build :
@@ -31,12 +32,10 @@ jobs:
31
32
command : |
32
33
mkdir ~/Sites
33
34
cd ~/Sites
34
- cat \<<EOF > docker-compose.override.yml
35
- version: "3.7"
36
-
35
+ cat \<<EOF > compose.override.yml
37
36
services:
38
37
phpfpm:
39
- image: markoshust/magento-php:<< parameters.php-version >>-fpm
38
+ image: markoshust/magento-php:<< parameters.php-version >>-fpm !override
40
39
EOF
41
40
- run :
42
41
name : Setup magento enterprise
64
63
working_directory : ~/Sites
65
64
command : |
66
65
bin/magento module:enable Algolia_AlgoliaSearch
66
+ - run :
67
+ name : Compile AlgoliaSearch extension
68
+ working_directory : ~/Sites
69
+ command : |
70
+ bin/magento setup:di:compile
71
+ bin/magento module:status Algolia_AlgoliaSearch
67
72
68
73
workflows :
69
74
magento-build-and-test :
You can’t perform that action at this time.
0 commit comments