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 - test
- release - release
- trigger - trigger
- mirror
- pages - pages
testLEGACY: testLEGACY:
@ -62,6 +63,16 @@ trigger:
tags: tags:
- docker - docker
mirror:
image: hosttoday/ht-docker-node:npmci
stage: mirror
script:
- npmci git mirror
tags:
- docker
only:
- tags
pages: pages:
image: hosttoday/ht-docker-node:npmci image: hosttoday/ht-docker-node:npmci
stage: pages stage: pages