diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 471ac483..afe6c26a 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: