You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
325 B
18 lines
325 B
image: dh.rinsvent.ru/ci
|
|
|
|
variables:
|
|
DOCKER_DRIVER: overlay2
|
|
DOCKER_TLS_CERTDIR: ""
|
|
|
|
services:
|
|
- docker:dind
|
|
|
|
before_script:
|
|
- bash bin/docker/prepare-ci.sh
|
|
|
|
build:
|
|
stage: build
|
|
script:
|
|
- docker login --username ${REGISTRY_USERNAME} --password ${REGISTRY_PASSWORD} dh.rinsvent.ru
|
|
- bash bin/docker/ci.sh
|
|
|
|
|