diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a912d9..6d291cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,24 +1,8 @@ image: python:3.7-alpine -pages: - stage: deploy +build: + stage: build script: - apk update && apk add make - pip install -r requirements.txt - make publish - artifacts: - paths: - - /var/www/webapp_doohoyi/nosignal.hopto.org_site/pelican - only: - - master - -test: - stage: test - script: - - apk update && apk add make - - pip install -r requirements.txt - - make publish - only: - - branches - except: - - master