feat: dind tests
This commit is contained in:
parent
bd73b385b6
commit
ae3c994ff1
@ -1,10 +1,12 @@
|
|||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: docker:dind
|
image: docker:19.03.12
|
||||||
|
services:
|
||||||
|
- docker:19.03.12-dind
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# docker login asks for the password to be passed through stdin for security
|
- docker info
|
||||||
# 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
|
|
||||||
script:
|
script:
|
||||||
# - VERSION="$(python scripts/get_replication_version.py)"
|
# - VERSION="$(python scripts/get_replication_version.py)"
|
||||||
# - echo "Building docker image with version ${VERSION}"
|
# - echo "Building docker image with version ${VERSION}"
|
||||||
|
Loading…
Reference in New Issue
Block a user