Skip to content

Commit b1c0852

Browse files
author
Alvaro Arroyo Parejo
committed
change verification type to get string from Gitlab Ci/CD
1 parent 86bce43 commit b1c0852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESANEOCC/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Conf(_config.ConfigNamespace):
3131
TIMEOUT = 60
3232

3333

34-
VERIFICATION = os.getenv('VERIFICATION', default=True)
34+
VERIFICATION = bool(int(os.getenv('VERIFICATION', default="1")))
3535

3636
conf = Conf()
3737

0 commit comments

Comments
 (0)