Update .gitlab-ci.yml
This commit is contained in:
parent
a3e5c5927d
commit
660a81a5ee
1 changed files with 1 additions and 4 deletions
|
@ -27,10 +27,7 @@ build:
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
stage: docker
|
stage: docker
|
||||||
image:
|
image: docker:dind
|
||||||
name: docker:latest
|
|
||||||
services:
|
|
||||||
- docker:dind
|
|
||||||
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