test-drone/.drone.yml

12 lines
129 B
YAML
Raw Normal View History

2022-03-22 11:07:31 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: ubuntu:focal
commands:
- free -h
- uname -a