From f5af315b43a4ae78b8d7d3fe00ebcd07bfd4b487 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 18 Mar 2020 12:38:38 -0700 Subject: [PATCH] testing it without the before script --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ee37e71..79a5d871 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,9 +20,9 @@ linting: - pylint -E app/*.py build_and_push_container: - before_script: - - apk add --no-cache python3 - - pip3 install -r app/requirements.txt + # before_script: + # - apk add --no-cache python3 + # - pip3 install -r app/requirements.txt stage: deploy script: - docker login -u ldooks -p $DOCKER_PASSWORD