test-drone/.drone.yml
Pierre Hubert 70a7b146ce
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
Add PS
2022-03-22 12:08:41 +01:00

13 lines
141 B
YAML

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