go-sample-webpage/.drone.yml

15 lines
206 B
YAML
Raw Normal View History

2021-11-09 11:30:28 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: Test
image: golang
commands:
- go test ./...
- name: Build
image: golang
commands:
- go build ./
- ls -lah