Initial commit

This commit is contained in:
Luke Robles 2021-10-12 20:52:29 -07:00
parent 83a0c2d097
commit 5479124714

View File

@ -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: