1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 09:28:13 +00:00

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

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

View File

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

View File

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