update ci

This commit is contained in:
Philipp Kunz 2018-04-10 13:47:18 +02:00
parent dfadb7e1f2
commit c04e941274

View File

@ -5,9 +5,7 @@ services:
stages: stages:
- buildAndTest - buildAndTest
- trigger - triggerPagesVerify
- pages
- verify
before_script: before_script:
- yarn global add npmci - yarn global add npmci
@ -41,7 +39,7 @@ buildTestRelase:
- priv - priv
trigger: trigger:
stage: trigger stage: triggerPagesVerify
script: script:
- npmci trigger - npmci trigger
only: only:
@ -52,10 +50,10 @@ trigger:
- priv - priv
pages: pages:
stage: triggerPagesVerify
before_script: before_script:
- 'npmci -v' - 'npmci -v'
image: hosttoday/ht-docker-node:npmci image: hosttoday/ht-docker-node:npmci
stage: pages
script: script:
- npmci command yarn global add npmpage - npmci command yarn global add npmpage
- npmci command npmpage - npmci command npmpage
@ -69,7 +67,7 @@ pages:
- public - public
verify: verify:
stage: trigger stage: triggerPagesVerify
script: script:
- npmci docker pull registry.gitlab.com test - npmci docker pull registry.gitlab.com test
only: only: