echo environment and list cwd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
hbr 2021-04-16 09:50:50 +02:00
parent dfedf94e33
commit b11509c2b1

View File

@ -8,4 +8,7 @@ steps:
image: busybox
commands:
- echo "Hello World"
- env
- pwd
- ls