lights/.drone.yml

30 lines
360 B
YAML
Raw Normal View History

2023-03-18 10:45:02 +00:00
#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
2023-03-16 23:47:26 +00:00
kind: pipeline
2023-03-18 10:45:02 +00:00
type: docker
name: default
2023-03-16 23:47:26 +00:00
steps:
2023-03-18 10:45:02 +00:00
- name: test
image: alpine
2023-03-17 00:16:45 +00:00
commands:
2023-03-18 10:45:02 +00:00
- echo hello
- echo world