Throwing the kitchen sink at it
This commit is contained in:
parent
6ba4306d27
commit
527d7ac3a5
@ -13,16 +13,13 @@ stages:
|
|||||||
linting:
|
linting:
|
||||||
stage: linting
|
stage: linting
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache python3 python3-dev build-base docker lxml
|
- apk add --no-cache python3 python3-dev build-base docker g++ gcc libxml2-dev libxslt-dev python-dev libffi-dev openssl-dev make
|
||||||
- pip3 install pylint
|
- pip3 install pylint
|
||||||
- pip3 install -r app/requirements.txt
|
- pip3 install -r app/requirements.txt
|
||||||
script:
|
script:
|
||||||
- pylint -E app/*.py
|
- pylint -E app/*.py
|
||||||
|
|
||||||
build_and_push_container:
|
build_and_push_container:
|
||||||
# before_script:
|
|
||||||
# - apk add --no-cache python3
|
|
||||||
# - pip3 install -r app/requirements.txt
|
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- docker login -u ldooks -p $DOCKER_PASSWORD
|
- docker login -u ldooks -p $DOCKER_PASSWORD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user