Skip to content

Commit a3401d2

Browse files
revert quality tool image
1 parent f219598 commit a3401d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
"quality-tools":
7272
docker:
73-
- image: algolia/magento2-circleci:8.1-2.4.4-v1
73+
- image: algolia/magento2-circleci:2.4.4-php7.4-v1
7474
working_directory: ~/build_directory/algoliasearch-magento-2
7575
steps:
7676
- checkout
@@ -93,7 +93,7 @@ jobs:
9393
9494
# We have to do this again because we restore the cache above, overwriting the vendor with the original.
9595
mkdir ~/magento_directory/vendor/algolia
96-
rm -rf algoliasearch-magento-2
96+
# rm -rf algoliasearch-magento-2
9797
cp -R ~/build_directory/algoliasearch-magento-2 ~/magento_directory/vendor/algolia
9898
cd ~/magento_directory
9999
composer dump-autoload

0 commit comments

Comments
 (0)