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:
parent
ebe54ffe19
commit
5edffb3230
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user