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