add mirror stage

This commit is contained in:
Philipp Kunz 2017-09-08 15:13:27 +02:00
parent 2b1f371d8a
commit 850df45d7f

View File

@ -10,6 +10,7 @@ stages:
- test
- release
- trigger
- mirror
- pages
testLEGACY:
@ -62,6 +63,16 @@ trigger:
tags:
- docker
mirror:
image: hosttoday/ht-docker-node:npmci
stage: mirror
script:
- npmci git mirror
tags:
- docker
only:
- tags
pages:
image: hosttoday/ht-docker-node:npmci
stage: pages