From 67e16d8329f928f53cc34e29cba6ae2bd1ed3671 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Fri, 15 Apr 2022 14:36:48 -0400 Subject: [PATCH] Remove Deploy Job --- .gitlab-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccb6ad8..d62ad1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,11 +13,4 @@ buiild job: - pip3 install --upgrade setuptools - pip3 install Flask gunicorn pytest pytest-cov - pip3 install pendulum - - pytest tests --cov --cov-report term --cov-report html - -deploy job: - stage: deploy - script: - - apt-get update -qy - - apt-get install curl -y - - curl period.ahosking.com/reload?password=BananaHammocks + - pytest tests --cov --cov-report term --cov-report html \ No newline at end of file