mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +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:
parent
ebe54ffe19
commit
5edffb3230
@ -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
|
||||
|
@ -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/satoshilabs/trezor/trezor-firmware/environment"
|
||||
|
Loading…
Reference in New Issue
Block a user