Skip to content

Commit

Permalink
Issue #3471788: Add composer clear to the .circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Natshah committed Sep 3, 2024
1 parent 5e14947 commit 3cf2319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ commands:
git clone --branch '9.1.x' https://github.com/vardot/varbase.git /var/www/html/test/varbase-code
cp -r /var/www/html/test/varbase-code /var/www/html/test/varbase
cd /var/www/html/test/varbase
composer clear
composer require cweagans/composer-patches:~1 --no-update
composer require vardot/varbase-patches:~9.2.0 --no-update
composer require drupal/core-composer-scaffold:~10 --no-update
Expand Down

0 comments on commit 3cf2319

Please sign in to comment.