linkinfo/.drone.yml

12 lines
192 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang
commands:
- go test -v
environment:
IMGUR_CLIENT_ID:
from_secret: imgur_client_id