From 27e8d963702d8aa7024b27451e59ad232f6fb445 Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 19 Aug 2019 19:55:29 -0700 Subject: [PATCH] trying old ci --- .gitlab-ci.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a691c99..7b01875 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,18 +1,21 @@ +# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry +image: registry.gitlab.com/pages/hugo:latest + before_script: - - git submodule init - - git submodule update --force - - test: + - git submodule init + - git submodule update --force + +test: script: - hugo - except: + except: - master - - pages: + +pages: script: - hugo artifacts: paths: - - public + - public only: - master \ No newline at end of file + - master