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 f219598 commit a3401d2Copy full SHA for a3401d2
.circleci/config.yml
@@ -70,7 +70,7 @@ jobs:
70
71
"quality-tools":
72
docker:
73
- - image: algolia/magento2-circleci:8.1-2.4.4-v1
+ - image: algolia/magento2-circleci:2.4.4-php7.4-v1
74
working_directory: ~/build_directory/algoliasearch-magento-2
75
steps:
76
- checkout
@@ -93,7 +93,7 @@ jobs:
93
94
# We have to do this again because we restore the cache above, overwriting the vendor with the original.
95
mkdir ~/magento_directory/vendor/algolia
96
- rm -rf algoliasearch-magento-2
+ # 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