We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c524f32 commit 8449099Copy full SHA for 8449099
1 file changed
.woodpecker/stg.yml
@@ -31,7 +31,7 @@ steps:
31
- git checkout ${CI_COMMIT_BRANCH}
32
- git pull
33
- itkdev-docker-compose-server up -d --force-recreate --remove-orphans
34
- - itkdev-docker-compose-server exec phpfpm composer install --no-dev -o
+ - itkdev-docker-compose-server exec phpfpm composer install -no-dev -o --classmap-authoritative
35
- itkdev-docker-compose-server exec phpfpm bin/console doctrine:migrations:migrate --no-interaction
36
- itkdev-docker-compose-server exec phpfpm bin/console messenger:setup-transports
37
- itkdev-docker-compose-server exec phpfpm bin/console cache:clear
0 commit comments