File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 17
17
type : string
18
18
magento-version :
19
19
type : string
20
- working_directory : ~/Sites
21
20
steps :
22
21
- checkout
23
22
- php/install_php :
27
26
name : Configure composer authentication
28
27
command : |
29
28
composer config --global http-basic.repo.magento.com ${MAGENTO_AUTH_USERNAME} ${MAGENTO_AUTH_PASSWORD}
29
+ - run :
30
+ name : Setup folder structure
31
+ command : |
32
+ mkdir ~/Sites
30
33
- run :
31
34
name : Configure Docker compose override file
35
+ working_directory : ~/Sites
32
36
command : |
33
37
cat \<<EOF > docker-compose.override.yml
34
38
version: "3.7"
39
43
EOF
40
44
- run :
41
45
name : Setup magento enterprise
46
+ working_directory : ~/Sites
42
47
command : |
43
48
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash
44
49
bin/start --no-dev
60
65
command : |
61
66
bin/magento module:enable Algolia_AlgoliaSearch
62
67
63
-
64
68
workflows :
65
69
magento-build-and-test :
66
70
jobs :
You can’t perform that action at this time.
0 commit comments