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
ba779ef4
Commit
ba779ef4
authored
Jul 12, 2018
by
Thomas Löffler
Browse files
Fix execution of opcache reset on deploy
parent
b386848d
Pipeline
#4939
passed with stages
in 9 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/deployer/deploy.php
View file @
ba779ef4
...
...
@@ -61,7 +61,7 @@ task('typo3', function () {
});
task
(
'cache'
,
function
()
{
run
(
'cd {{release_path}} && {{php}}
{{typo3_console}}
opcache:reset'
);
run
(
'cd {{release_path}} && {{php}}
vendor/bin/cachetool
opcache:reset'
);
});
task
(
'deploy'
,
[
...
...
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