test-drone/.drone.yml
Pierre Hubert ffeb53eb77
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update ubuntu Docker tag to v24
2024-04-27 00:18:55 +00:00

14 lines
150 B
YAML

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