chore: Make docker daemon available throughout pipeline
This commit is contained in:
parent
2442ba7c06
commit
f2410bc94c
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
|||
image: docker:19.03.12-dind
|
||||
|
||||
stages:
|
||||
- prebuild_and_test
|
||||
- deploy
|
||||
|
@ -20,9 +18,6 @@ services:
|
|||
- name: postgres:12
|
||||
- name: docker:19.03.12-dind
|
||||
|
||||
before_script:
|
||||
- docker info
|
||||
|
||||
prebuild:
|
||||
stage: prebuild_and_test
|
||||
image: "docker"
|
||||
|
|
Loading…
Reference in a new issue