From 69506d788145848bc050d911745e3d517a3b9e93 Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Wed, 18 Oct 2017 22:58:27 +0000 Subject: [PATCH] removed import_feed --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5dd9cec..09c764b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file