Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
b42fcd33
Commit
b42fcd33
authored
Oct 23, 2018
by
Thomas Löffler
Browse files
Add composer install to the deployment
parent
213ca68d
Pipeline
#5374
failed with stages
in 8 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/deployer/deploy.php
View file @
b42fcd33
...
...
@@ -57,6 +57,7 @@ set('php', '/opt/php/php70/bin/php');
set
(
'typo3_console'
,
'vendor/bin/typo3cms'
);
task
(
'typo3'
,
function
()
{
run
(
'cd {{release_path}} && composer install'
);
run
(
'cd {{release_path}} && {{php}} {{typo3_console}} install:generatepackagestates'
);
run
(
'cd {{release_path}} && {{php}} {{typo3_console}} install:extensionsetupifpossible'
);
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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