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/compiler/testdata/run_failure.yml
2019-10-23 10:51:04 -07:00

15 lines
161 B
YAML

kind: pipeline
type: docker
name: default
clone:
disable: true
steps:
- name: build
image: golang
commands:
- go build
when:
status: [ failure ]