Merge branch 'master' of ssh://git.luker.gq/ldooks/dragon-bot

This commit is contained in:
Luke Robles 2022-01-31 21:19:38 -08:00
commit 4c9863bfb0
2 changed files with 9 additions and 0 deletions

View File

@ -9,8 +9,17 @@ variables:
DOCKER_DRIVER: overlay2
stages:
- test
- deploy
lint_python_on_merge_request:
image: python:alpine
stage: test
script:
- echo "Linting Python code"
- pip install --upgrade -q pip && pip install -q black && black --fast --check .
build_and_push_container:
stage: deploy
script:

0
app/animals.py Executable file → Normal file
View File