From 850df45d7f3821a9a6a1028839ecfd581b758b42 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 8 Sep 2017 15:13:27 +0200 Subject: [PATCH] add mirror stage --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bfd1e1..40bf840 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ stages: - test - release - trigger +- mirror - pages testLEGACY: @@ -62,6 +63,16 @@ 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