rspamd/.gitlab-ci.yml
2019-06-13 10:06:11 +10:00

18 lines
302 B
YAML

stages:
- build
variables:
CACHETAG: build-${VERSION}
DOCKER_HOST: tcp://docker:2375
services:
- docker:dind
before_script:
- docker info
- docker version
- echo "$CI_JOB_TOKEN" | docker login -u "$CI_REGISTRY_USER" "$CI_REGISTRY" --password-stdin
- env|sort
include: .gitlab-docker-x86_64.yml