1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

ci: update docker; no need for TLS in internal env

https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
This commit is contained in:
Tomas Susanka 2019-07-29 14:58:16 +02:00
parent c1c23cb5cb
commit aa0f64c79f
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@ variables:
PIPENV_VENV_IN_PROJECT: "true"
PIPENV_CACHE_DIR: ".cache/"
# No need for TLS because everything runs on the same machine
DOCKER_TLS_CERTDIR: ""
stages:
- environment
- prebuild

View File

@ -1,6 +1,6 @@
environment:
stage: environment
image: docker:18.09.6
image: docker
variables:
GIT_SUBMODULE_STRATEGY: none # no need to fetch submodules
CONTAINER_NAME: "$CI_REGISTRY/trezor/trezor-firmware/environment"