From 3106945b47bcee69c5dfe640d959c9ec4a2d75d5 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 31 May 2016 19:50:43 +0200 Subject: [PATCH] update gitlab ci yml --- .gitlab-ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b10b8cb..6efb41f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,13 +31,10 @@ release: pages: stage: page script: - - npmci test lts - - mkdir .public - - cp -r test/assets/docs/ .public - - cp -r test/assets/coverage/ .public - - mv .public public + - npmci npmpage artifacts: paths: - public only: - - master \ No newline at end of file + - master + - tags \ No newline at end of file