Merge branch 'master' of ssh://git.luker.gq/ldooks/dragon-bot
This commit is contained in:
commit
4c9863bfb0
@ -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
0
app/animals.py
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user