Skip to content

Commit 10079fd

Browse files
committed
Updated yml file
1 parent 68078f0 commit 10079fd

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
@@ -92,8 +92,8 @@ jobs:
9292
composer global require algolia/magento2-tools
9393
9494
# 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
95+
mkdir ~/magento_directory/vendor/algolia
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)