15 lines
188 B
YAML
15 lines
188 B
YAML
---
|
|
kind: pipeline
|
|
type: podman
|
|
name: linux
|
|
|
|
steps:
|
|
- name: test
|
|
image: podman
|
|
volumes:
|
|
- name: _podman_socket
|
|
path: /run/podman/podman.sock
|
|
commands:
|
|
- podman system prune
|
|
|