mirror/.gitlab-ci.yml

25 lines
350 B
YAML
Raw Normal View History

2020-12-23 18:39:02 +05:00
image: docker:19.03.13
services:
- docker:19.03.13-dind
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TCP_PORT: 2375
DOCKER_TLS_CERTDIR: ""
stages:
- mirror
before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
mirror:
stage: mirror
tags:
- docker
script:
- ./mirror.sh
only:
- master