Initial commit
This commit is contained in:
parent
c307de516a
commit
7452228d1b
@ -9,18 +9,8 @@ variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
|
||||
stages:
|
||||
# - linting
|
||||
- deploy
|
||||
|
||||
# linting:
|
||||
# stage: linting
|
||||
# before_script:
|
||||
# - apk add --no-cache python3 python3-dev build-base g++ gcc libxml2-dev libxslt-dev libffi-dev openssl-dev make
|
||||
# - pip3 install pylint
|
||||
# - pip3 install -r app/requirements.txt
|
||||
# script:
|
||||
# - pylint -E app/*.py
|
||||
|
||||
build_and_push_container:
|
||||
stage: deploy
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user