linkinfo/.drone.yml

12 lines
189 B
YAML
Raw Normal View History

kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang
commands:
2019-10-04 03:31:24 +00:00
- go test
environment:
IMGUR_CLIENT_ID:
from_secret: imgur_client_id