mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-03-12 02:07:41 +01:00
gitlab-ci: use k8s executor for docker
This commit is contained in:
parent
12f994fa2d
commit
7fa7442db4
1 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: none
|
GIT_SUBMODULE_STRATEGY: none
|
||||||
CI_DISPOSABLE_ENVIRONMENT: "true"
|
CI_DISPOSABLE_ENVIRONMENT: "true"
|
||||||
|
DOCKER_DRIVER: overlay2
|
||||||
|
DOCKER_HOST: tcp://localhost:2375
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker:19-dind
|
||||||
|
|
||||||
image: blockstream/gcloud-docker@sha256:832d8a67d102fe4651ba96e51fe3a82287d0b3d1bf7eb5b5337286aa5b70b527
|
image: blockstream/gcloud-docker@sha256:832d8a67d102fe4651ba96e51fe3a82287d0b3d1bf7eb5b5337286aa5b70b527
|
||||||
stages:
|
stages:
|
||||||
|
@ -37,6 +43,9 @@ test_build:
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
image: blockstream/satapi-builder@sha256:a768bbd26e1b52dd681e122d35226943c043e9a35efeba45cea41a07d64357c4
|
image: blockstream/satapi-builder@sha256:a768bbd26e1b52dd681e122d35226943c043e9a35efeba45cea41a07d64357c4
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
- k8s
|
||||||
only:
|
only:
|
||||||
- master@satellite/ionosphere
|
- master@satellite/ionosphere
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue