Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
85803332
Commit
85803332
authored
Jul 14, 2017
by
Thomas Löffler
Browse files
Removes language update on deploy
parent
2a5b8f50
Pipeline
#1570
passed with stages
in 4 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/deployer/deploy.php
View file @
85803332
...
...
@@ -55,7 +55,6 @@ serverList('/src/.gitlab-ci/deployer/servers.yml');
task
(
'typo3'
,
function
()
{
run
(
'cd {{release_path}} && /opt/php/php70/bin/php bin/typo3cms install:generatepackagestates 0 1'
);
run
(
'cd {{release_path}} && /opt/php/php70/bin/php bin/typo3cms database:updateschema'
);
run
(
'cd {{release_path}} && /opt/php/php70/bin/php bin/typo3cms language:update'
);
run
(
'cd {{release_path}} && /opt/php/php70/bin/php bin/typo3cms install:fixfolderstructure'
);
run
(
'cd {{release_path}} && /opt/php/php70/bin/php bin/typo3cms cache:flush'
);
});
...
...
Write
Preview
Supports
Markdown
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