Skip to content
Snippets Groups Projects
Commit 5f3dde27 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Try pinning cachetool to an older version supporting PHP 7

parent 1a3bb4a6
No related branches found
No related tags found
No related merge requests found
Pipeline #73538 failed
......@@ -43,7 +43,8 @@ host('development')
->set('rsync', $rsync_config)
->set('rsync_src', __DIR__.'/../')
->set('rsync_dest', '{{release_path}}')
->set('cachetool', '127.0.0.1:9001');
->set('cachetool', '127.0.0.1:9001')
->set('cachetool_binary', 'cachetool-7.0.0.phar');
// Build task
task('build-custom', function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment