We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f713b commit 12326f1Copy full SHA for 12326f1
.circleci/config.yml
@@ -9,7 +9,7 @@ shared: &shared
9
name: Override the Algolia extension with the cloned one
10
command: |
11
cd ~/magento_directory/vendor/algolia
12
- rm -rf algoliasearch-magento-2
+ # rm -rf algoliasearch-magento-2
13
cp -R ~/build_directory/algoliasearch-magento-2 ~/magento_directory/vendor/algolia
14
cd ~/magento_directory
15
composer dump-autoload
0 commit comments