From 278a6e6658b3f9133f2ec3bebf680048bb9b3051 Mon Sep 17 00:00:00 2001
From: Adam Caprez <acaprez2@unl.edu>
Date: Wed, 2 Jan 2019 21:54:13 +0000
Subject: [PATCH] Revert "fixed .gitlab-ci.yml errors"

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 31521c12..fcc00ea4 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 -v
+    - hugo --ignoreCache -v
 
 deploy:
   stage: deploy
@@ -30,6 +30,6 @@ deploy:
   tags:
     - docs-test
   script:
-    - hugo -b ${BASE_URL} -v
+    - hugo --ignoreCache -b ${BASE_URL} -v
     - pandoc -s content/facilities.md -o public/facilities.docx
     - rsync -avz --delete public/ $DEPLOY_ROOT
-- 
GitLab