From ad660aa4239efad7a25be0b5e44a0dd1dab6bb41 Mon Sep 17 00:00:00 2001 From: Adler Neves Date: Tue, 7 Jul 2020 23:02:12 -0300 Subject: [PATCH] CI fix --- .gitlab-ci.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d234b0f..f7d50eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,21 +2,20 @@ image: python:latest cache: paths: - - virtual_env/ stages: - - build + # - build - deploy - configure - restart -build: - stage: build - tags: - - production - - shell - script: - - make depends +# build: +# stage: build +# tags: +# - production +# - shell +# script: +# - make depends deploy: stage: deploy