Compare commits

..

1 Commits

Author SHA1 Message Date
b11509c2b1 echo environment and list cwd
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-16 09:50:50 +02:00

View File

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