From b195b8911bd6c42d7e767ca95b119ac7301fc1e5 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 13 Sep 2017 17:47:30 +0200 Subject: [PATCH] switch position of mirror --- .gitlab-ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40bf840..7287b2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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