test-drone/.drone.yml
Pierre Hubert a7656d6395
Some checks reported errors
continuous-integration/drone Build was killed
Initial commit
2022-03-22 12:07:31 +01:00

12 lines
129 B
YAML

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