Sta cercando di corrompermi con una sigaretta?! Vuole il pacchetto?
This commit is contained in:
parent
2441f4612c
commit
7439793823
1 changed files with 8 additions and 9 deletions
17
.drone.yml
17
.drone.yml
|
@ -2,6 +2,14 @@ kind: pipeline
|
|||
type: docker
|
||||
name: default
|
||||
|
||||
services:
|
||||
- name: docker
|
||||
image: docker:dind
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
|
||||
steps:
|
||||
- name: publish
|
||||
image: plugins/docker
|
||||
|
@ -24,15 +32,6 @@ steps:
|
|||
- name: dockersock
|
||||
path: /var/run
|
||||
|
||||
# Specify docker:dind as a service
|
||||
services:
|
||||
- name: docker
|
||||
image: docker:dind
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
temp: {}
|
||||
|
|
Loading…
Reference in a new issue