Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
860c55ee
Commit
860c55ee
authored
Apr 21, 2020
by
Thomas Löffler
Browse files
Remove obsolete composer install arguments in ddev config hook
parent
ca84ca38
Pipeline
#8791
passed with stages
in 7 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ddev/config.yaml
View file @
860c55ee
...
...
@@ -17,7 +17,7 @@ hooks:
-
exec
:
./vendor/bin/typo3cms database:updateschema
post-start
:
-
exec
:
cp private/typo3conf/AdditionalConfiguration.ddev.php private/typo3conf/AdditionalConfiguration.php
-
exec
:
composer install
--ignore-platform-reqs -d /var/www/html
-
exec
:
composer install
-
exec
:
./vendor/bin/typo3cms install:generatepackagestates
-
exec
:
./vendor/bin/typo3cms install:extensionsetupifpossible
webimage_extra_packages
:
[
php7.4-ldap
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment