lights/.drone.yml
Andre Henriques 26aa55ce43
All checks were successful
continuous-integration/drone/push Build is passing
remove image from pipeline
2023-03-18 11:29:31 +00:00

32 lines
367 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
commands:
- echo hello
- echo world
node:
lights: builder