Update .gitlab-ci.yml
This commit is contained in:
parent
517ecbde54
commit
01a91c1d57
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ docker:
|
||||||
name: docker:latest
|
name: docker:latest
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
variables:
|
||||||
|
DOCKER_HOST: tcp://docker:2376
|
||||||
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