File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
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
+ composer config --global repositories.algolia vcs https://github.com/algolia/algoliasearch-magento-2
31
31
- run :
32
32
name : Setup folder structure and override file
33
33
command : |
@@ -43,22 +43,13 @@ jobs:
43
43
working_directory : ~/Sites
44
44
command : |
45
45
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash
46
- docker compose -f compose.yaml -f compose.override.yml up -d --remove-orphans
46
+ docker compose -f compose.yaml -f compose.override.yml up -d --remove-orphans
47
+ bin/cli rm -rf composer.lock vendor composer.json
47
48
bin/fixowns
48
49
bin/setup-composer-auth
49
50
bin/cli git clone [email protected] :magento/magento2.git .
50
51
bin/cli git checkout tags/<< parameters.magento-version >>
51
- bin/composer require "algolia/algoliasearch-magento-2:${CIRCLE_BRANCH}"
52
- bin/composer install
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
52
+ bin/composer require "algolia/algoliasearch-magento-2:dev-${CIRCLE_BRANCH}"
62
53
- run :
63
54
name : Enable AlgoliaSearch extension
64
55
working_directory : ~/Sites
You can’t perform that action at this time.
0 commit comments