test-drone/.drone.yml

14 lines
150 B
YAML
Raw Normal View History

2022-03-22 11:07:31 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: backend
2024-04-27 00:18:55 +00:00
image: ubuntu:noble
2022-03-22 11:07:31 +00:00
commands:
- free -h
2022-03-22 11:08:41 +00:00
- ps -aux
2022-03-22 11:07:31 +00:00
- uname -a
2022-03-22 12:45:43 +00:00
- ls /