test-drone/.drone.yml
pierre 2cb1fec739
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update '.drone.yml'
2022-03-22 13:45:43 +01:00

14 lines
150 B
YAML

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