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