add .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kim Oliver Drechsel 2021-08-07 20:34:36 +02:00
parent 92722900d7
commit 8331c1112c

View File

@ -23,7 +23,7 @@ steps:
TZ: 'Europe/Berlin'
commands:
- |
python3 -c "from loghandler import logger
python3 -c 'from loghandler import logger;
def main():
logger.debug("This is a Debug Message")
logger.info("This is a Info Message")
@ -31,4 +31,4 @@ steps:
logger.error("This is a Error Message")
logger.critical("This is a Critical Message")
main()"
main()'