Skip to content
Snippets Groups Projects
Verified Commit 2a7d5eab authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Bugfix

parent ea060ced
Branches
No related tags found
No related merge requests found
Pipeline #6580 passed
...@@ -2,7 +2,7 @@ image: docker:20.10.9 ...@@ -2,7 +2,7 @@ image: docker:20.10.9
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
IMAGE_VER: 2.5.2 IMAGE_VER: 2.5.3
services: services:
- docker:20.10.9-dind - docker:20.10.9-dind
......
...@@ -25,7 +25,7 @@ sub main { ...@@ -25,7 +25,7 @@ sub main {
$c->redis->pubsub->listen( $c->redis->pubsub->listen(
notify => sub($pubsub, $payload) { notify => sub($pubsub, $payload) {
$c->send(encode("UTF-8", $payload); $c->send(encode("UTF-8", $payload));
} }
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment