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

Vypnuta kontrola duplicity v test modu

parent 0fca0fad
No related branches found
No related tags found
No related merge requests found
Pipeline #11765 passed
......@@ -2,7 +2,7 @@ image: docker:20.10.9
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_VER: 0.13.3
IMAGE_VER: 0.13.4
services:
- docker:20.10.9-dind
......
......@@ -84,7 +84,7 @@ sub create ($c ) {
api => $url,
})->count if $claims;
return $c->error(400, 'Duplicity' ) if $exists;
return $c->error(400, 'Duplicity' ) if $exists && ! $c->cfg->{pretix_testmode};
# korekce akreditace
PRODUCT:
......
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