File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,16 @@ jobs:
49
49
bin/cli git clone [email protected] :magento/magento2.git .
50
50
bin/cli git checkout tags/<< parameters.magento-version >>>-develop
51
51
bin/composer install
52
- bin/composer require algolia/algoliasearch-client-php "^4.0"
52
+ # bin/composer require algolia/algoliasearch-client-php "^4.0" -W
53
53
- run :
54
54
name : Configure AlgoliaSearch extension
55
+ working_directory : ~/Sites
55
56
command : |
56
- cp -r ~/project AlgoliaSearch
57
- bin/copytocontainer ~/AlgoliaSearch
58
- bin/cli mkdir src/app/code/Algolia
59
- bin/cli mv AlgoliaSearch src/app/code/Algolia
57
+ cp -r ~/project/ AlgoliaSearch
58
+ bin/cli mkdir -p app/code/Algolia
59
+ docker cp AlgoliaSearch/ "$(bin/docker-compose ps -q phpfpm|awk '{print $1}')":/var/www/html/app/code/Algolia
60
+ bin/fixowns
61
+ bin/fixperms
60
62
- run :
61
63
name : Enable AlgoliaSearch extension
62
64
command : |
You can’t perform that action at this time.
0 commit comments