removed import_feed
This commit is contained in:
parent
892c1f5a4a
commit
69506d7881
|
@ -2,19 +2,15 @@ image: registry.gitlab.com/paddy-hack/nikola
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- pip3 install requests python-dateutil feedparser
|
|
||||||
- ./import_feed.py
|
|
||||||
- nikola build
|
- nikola build
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- pip3 install requests python-dateutil feedparser
|
|
||||||
- ./import_feed.py
|
|
||||||
- nikola build
|
- nikola build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
Loading…
Reference in New Issue