lights/.drone.yml
Andre Henriques 8eb99f7ecc
Some checks reported errors
continuous-integration/drone/push Build encountered an error
trying to change the type to exec
2023-03-18 11:28:51 +00:00

33 lines
383 B
YAML

#kind: pipeline
#type: exec
#name: default
#
#steps:
# - name: default
# commands:
# - echo hello world
# - name: default
# commands:
# - echo hello world
#
#trigger:
# branch:
# - main
#
##node:
# #lights: builder
kind: pipeline
type: exec
name: default
steps:
- name: test
image: alpine
commands:
- echo hello
- echo world
node:
lights: builder