Initial commit
This commit is contained in:
parent
83a0c2d097
commit
5479124714
@ -9,18 +9,8 @@ variables:
|
|||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
# - linting
|
|
||||||
- deploy
|
- 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:
|
build_and_push_container:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user