19 lines
201 B
YAML
19 lines
201 B
YAML
---
|
|
kind: pipeline
|
|
type: podman
|
|
name: linux
|
|
|
|
steps:
|
|
- name: test
|
|
image: golang
|
|
commands:
|
|
- go build
|
|
- go test
|
|
volumes:
|
|
- name: vol
|
|
path: /run/drone/env
|
|
|
|
volumes:
|
|
- name: vol
|
|
temp: {}
|