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
extensions.typo3.org
extensions.typo3.org
Commits
119a4810
Commit
119a4810
authored
Jun 05, 2018
by
Thomas Löffler
Browse files
Add opcache:reset as parameter to cachetool on deploy
parent
dce8df64
Pipeline
#4518
passed with stages
in 7 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/deployer/deploy.php
View file @
119a4810
...
...
@@ -61,7 +61,7 @@ task('typo3', function() {
});
task
(
'cache'
,
function
()
{
run
(
'cd {{release_path}} && {{php}} bin/cachetool'
);
run
(
'cd {{release_path}} && {{php}} bin/cachetool
opcache:reset
'
);
});
...
...
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