checking to see where we would run initially....
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
Chris Hammer 2023-01-20 02:19:01 -05:00
parent b27e675ac9
commit ff275c3c54

View File

@ -3,6 +3,10 @@ name: hello-world
type: docker type: docker
steps: steps:
- name: Check build host
commands:
- hostname
- name: say-hello - name: say-hello
image: busybox image: busybox
commands: commands: