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/steps.yml
Julien Duchesne 70e2fb0415 Add step labels to step containers
This adds the following labels:
- `io.drone.step.number`
- `io.drone.step.name`
We use these as labels when we send our logs to Loki

Signed-off-by: Julien Duchesne <julien.duchesne@grafana.com>
2022-12-01 09:02:53 -05:00

17 lines
182 B
YAML

kind: pipeline
type: docker
name: default
clone:
disable: true
steps:
- name: build
image: golang
commands:
- go build
- name: test
image: golang
commands:
- go test