From 9a845b8ec78ec5afe630b5af7a83224b2e5972d1 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 2 Apr 2017 22:02:16 +0200 Subject: [PATCH] update ci with pages --- .gitlab-ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7851db..0bd10b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,4 @@ +# gitzone docker image: hosttoday/ht-docker-dbase:latest services: - docker:dind @@ -7,6 +8,7 @@ stages: - test - release - trigger + - pages before_script: - npm uninstall -g npmci @@ -52,3 +54,18 @@ trigger: tags: - lossless - priv + +pages: + image: hosttoday/ht-docker-node:npmci + stage: pages + script: + - npmci command yarn global add npmpage + - npmci command npmpage + only: + - tags + tags: + - docker + artifacts: + expire_in: 1 week + paths: + - public