File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 27
27
name : Configure composer authentication
28
28
command : |
29
29
composer config --global http-basic.repo.magento.com ${MAGENTO_AUTH_USERNAME} ${MAGENTO_AUTH_PASSWORD}
30
+ composer config repositories.algolia vcs https://github.com/algolia/algoliasearch-magento-2
30
31
- run :
31
32
name : Setup folder structure and override file
32
33
command : |
@@ -47,16 +48,17 @@ jobs:
47
48
bin/setup-composer-auth
48
49
bin/cli git clone [email protected] :magento/magento2.git .
49
50
bin/cli git checkout tags/<< parameters.magento-version >>
51
+ bin/composer require "algolia/algoliasearch-magento-2:${CIRCLE_BRANCH}"
50
52
bin/composer install
51
- - run :
52
- name : Configure AlgoliaSearch extension
53
- working_directory : ~/Sites
54
- command : |
55
- cp -r ~/project/ AlgoliaSearch
56
- bin/cli mkdir -p app/code/Algolia
57
- docker cp AlgoliaSearch/ "$(bin/docker-compose ps -q phpfpm|awk '{print $1}')":/var/www/html/app/code/Algolia
58
- bin/fixowns
59
- bin/fixperms
53
+ # - run:
54
+ # name: Configure AlgoliaSearch extension
55
+ # working_directory: ~/Sites
56
+ # command: |
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
working_directory : ~/Sites
You can’t perform that action at this time.
0 commit comments