feat: dind tests

This commit is contained in:
Swann 2020-10-02 23:55:04 +02:00
parent bd73b385b6
commit ae3c994ff1
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -1,10 +1,12 @@
deploy:
stage: deploy
image: docker:dind
image: docker:19.03.12
services:
- docker:19.03.12-dind
before_script:
# docker login asks for the password to be passed through stdin for security
# we use $CI_JOB_TOKEN here which is a special token provided by GitLab
- echo -n $CI_JOB_TOKEN | docker login -u gitlab-ci-token --password-stdin $CI_REGISTRY
- docker info
script:
# - VERSION="$(python scripts/get_replication_version.py)"
# - echo "Building docker image with version ${VERSION}"