diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2018-12-09 18:40:14 +0100 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2018-12-09 18:40:14 +0100 |
commit | 2e964fe40725eb85c418d00e782f1aab36e89e8b (patch) | |
tree | 6ea970c6b93998154671c9cc31342e7ff8e3da6d | |
parent | d57c829bf2d4aba2d5468a678937637f9dbc49f9 (diff) |
remove Gitlab-ci shit
-rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 234015b..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,11 +0,0 @@ -image: python:2.7-alpine - -pages: - script: - - pip install -r requirements.txt - - pelican -s publishconf.py - artifacts: - paths: - - public/ - only: - - master |