Update .gitlab-ci.yml
This commit is contained in:
parent
660a81a5ee
commit
274dc0666b
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ build:
|
||||||
docker:
|
docker:
|
||||||
stage: docker
|
stage: docker
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
|
variables:
|
||||||
|
DOCKER_HOST: tcp://docker:2375/
|
||||||
script:
|
script:
|
||||||
- apk add tar
|
- apk add tar
|
||||||
- tar -xzvf build-artifacts.tar.gz
|
- tar -xzvf build-artifacts.tar.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue