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 68078f0 commit 10079fdCopy full SHA for 10079fd
.circleci/config.yml
@@ -92,8 +92,8 @@ jobs:
92
composer global require algolia/magento2-tools
93
94
# We have to do this again because we restore the cache above, overwriting the vendor with the original.
95
- cd ~/magento_directory/vendor/algolia
96
- rm -rf algoliasearch-magento-2
+ mkdir ~/magento_directory/vendor/algolia
+ # rm -rf algoliasearch-magento-2
97
cp -R ~/build_directory/algoliasearch-magento-2 ~/magento_directory/vendor/algolia
98
cd ~/magento_directory
99
composer dump-autoload
0 commit comments