test-drone/.drone.yml
drone 7681d9f52f
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update dependency ubuntu to v22
2022-05-03 00:13:11 +00:00

14 lines
150 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: ubuntu:jammy
commands:
- free -h
- ps -aux
- uname -a
- ls /