clamav/.gitlab-ci.yml

18 lines
302 B
YAML
Raw Normal View History

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