lights/.drone.yml
Andre Henriques db3db3d38d
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build was killed
trying to change the type to docker
2023-03-18 10:45:02 +00:00

30 lines
360 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: docker
name: default
steps:
- name: test
image: alpine
commands:
- echo hello
- echo world