Skip to content

Commit 12326f1

Browse files
fix circle ci
1 parent 67f713b commit 12326f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ shared: &shared
99
name: Override the Algolia extension with the cloned one
1010
command: |
1111
cd ~/magento_directory/vendor/algolia
12-
rm -rf algoliasearch-magento-2
12+
# rm -rf algoliasearch-magento-2
1313
cp -R ~/build_directory/algoliasearch-magento-2 ~/magento_directory/vendor/algolia
1414
cd ~/magento_directory
1515
composer dump-autoload

0 commit comments

Comments
 (0)