echo environment and list cwd
continuous-integration/drone/push Build is passing Details

This commit is contained in:
hbr 2021-04-16 09:50:50 +02:00
parent dfedf94e33
commit b11509c2b1
1 changed files with 3 additions and 0 deletions

View File

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