testing it without the before script

This commit is contained in:
Luke Robles 2020-03-18 12:38:38 -07:00
parent 837db3b0c1
commit ac0a49c155

View File

@ -20,9 +20,9 @@ linting:
- pylint -E app/*.py - pylint -E app/*.py
build_and_push_container: build_and_push_container:
before_script: # before_script:
- apk add --no-cache python3 # - apk add --no-cache python3
- pip3 install -r app/requirements.txt # - 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