switch position of mirror

This commit is contained in:
Philipp Kunz 2017-09-13 17:47:30 +02:00
parent e331e870d9
commit b195b8911b

View File

@ -7,12 +7,22 @@ cache:
key: "$CI_BUILD_STAGE"
stages:
- mirror
- test
- release
- trigger
- mirror
- pages
mirror:
image: hosttoday/ht-docker-node:npmci
stage: mirror
script:
- npmci git mirror
tags:
- docker
only:
- tags
testLEGACY:
stage: test
script:
@ -63,16 +73,6 @@ 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