Skip to content

Commit

Permalink
fix: always run composer install in v11
Browse files Browse the repository at this point in the history
  • Loading branch information
maikschneider authored Oct 4, 2024
1 parent d212899 commit 29b584b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build-php-v11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ build-php:
- key:
files:
- composer.lock
- public/.htaccess
- public/typo3conf/AdditionalConfiguration.php
- public/typo3conf/LocalConfiguration.php
paths:
- .composer-cache/
- vendor/
- public/
script:
- composer config -g cache-dir "$(pwd)/.composer-cache"
- if [ ! -d "vendor" ]; then composer install --optimize-autoloader --no-ansi --no-interaction --no-progress $COMPOSER_INSTALL_OPTIONS; fi
- composer install --optimize-autoloader --no-ansi --no-interaction --no-progress $COMPOSER_INSTALL_OPTIONS
artifacts:
paths:
- vendor/
Expand Down

0 comments on commit 29b584b

Please sign in to comment.