rspamd/.gitlab-ci.yml

18 lines
302 B
YAML
Raw Normal View History

2017-07-23 09:36:36 +00:00
stages:
- build
variables:
2019-05-21 12:39:35 +00:00
CACHETAG: build-${VERSION}
DOCKER_HOST: tcp://docker:2375
2017-07-23 09:36:36 +00:00
services:
2019-05-21 12:39:35 +00:00
- docker:dind
2017-07-23 09:36:36 +00:00
before_script:
- docker info
- docker version
2018-07-02 12:13:36 +00:00
- echo "$CI_JOB_TOKEN" | docker login -u "$CI_REGISTRY_USER" "$CI_REGISTRY" --password-stdin
2019-05-21 12:39:35 +00:00
- env|sort
2017-07-23 09:36:36 +00:00
include: .gitlab-docker-x86_64.yml