Async/.drone.yml

11 lines
135 B
YAML
Raw Normal View History

2020-05-15 16:26:30 +00:00
kind: pipeline
type: docker
name: test
steps:
- name: composer
image: composer:latest
commands:
- composer install