pipeline-test/.drone.yml
Simon Marsh c2b0f9a3eb
All checks were successful
continuous-integration/drone/push Build is passing
update
2020-08-16 09:26:46 +01:00

18 lines
180 B
YAML

---
kind: pipeline
type: exec
name: just a test
steps:
- name: environment
commands:
- pwd
- env
- df -h
- ls -la
- ls -la ../
- id
- ps -ef