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/testdata/volume_mem.yml
2019-10-22 15:21:57 -07:00

25 lines
329 B
YAML

kind: pipeline
type: docker
name: default
clone:
disable: true
steps:
- name: write
pull: if-not-exists
image: alpine
volumes:
- name: test
path: /tmp/memory
commands:
- ls -la /tmp
- ls -la /tmp/memory
- touch /tmp/memory/hello.txt
- df -T /tmp/memory
volumes:
- name: test
temp:
medium: memory