Kohei Watanabe
cf89c9d217
Some checks reported errors
continuous-integration/drone/push Build encountered an error
21 lines
393 B
YAML
21 lines
393 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/drone.json
|
|
name: default
|
|
kind: pipeline
|
|
type: docker
|
|
trigger:
|
|
event:
|
|
- push
|
|
branch:
|
|
- main
|
|
steps:
|
|
- name: docker info
|
|
image: docker
|
|
volumes:
|
|
- name: docker_sock
|
|
path: /var/run/docker.sock
|
|
commands:
|
|
- docker info
|
|
volumes:
|
|
- name: docker_sock
|
|
host:
|
|
path: /var/run/docker.sock
|