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