Initial commit.

This commit is contained in:
2020-12-23 18:39:02 +05:00
parent c3a7a8b832
commit 08c5f16d04
5 changed files with 104 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
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