This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
drone-runner-podman/engine/linter/testdata/missing_dep.yml
2020-08-19 10:43:59 -04:00

18 lines
197 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
commands:
- go build
- name: test
image: golang
commands:
- go build
- go test
depends_on:
- foo