From ec8c6ff9bcf8bd9fc6cebf050cd87e6f55511f85 Mon Sep 17 00:00:00 2001
From: Carrie A Brown <cbrown58@unl.edu>
Date: Thu, 20 Dec 2018 16:14:35 -0600
Subject: [PATCH] fixed .gitlab-ci.yml errors

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcc00ea4..31521c12 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ test:
   before_script:
     - curl -L -o - ${HUGO_TARBALL} | tar -zxv -C /usr/local/bin
   script:
-    - hugo --ignoreCache -v
+    - hugo -v
 
 deploy:
   stage: deploy
@@ -30,6 +30,6 @@ deploy:
   tags:
     - docs-test
   script:
-    - hugo --ignoreCache -b ${BASE_URL} -v
+    - hugo -b ${BASE_URL} -v
     - pandoc -s content/facilities.md -o public/facilities.docx
     - rsync -avz --delete public/ $DEPLOY_ROOT
-- 
GitLab