removed import_feed

This commit is contained in:
Vicky Steeves 2017-10-18 22:58:27 +00:00
parent 892c1f5a4a
commit 69506d7881
1 changed files with 1 additions and 5 deletions

View File

@ -2,19 +2,15 @@ image: registry.gitlab.com/paddy-hack/nikola
test:
script:
- pip3 install requests python-dateutil feedparser
- ./import_feed.py
- nikola build
except:
- master
pages:
script:
- pip3 install requests python-dateutil feedparser
- ./import_feed.py
- nikola build
artifacts:
paths:
- public
only:
- master
- master