trying to change the type to docker
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build was killed

This commit is contained in:
Andre Henriques 2023-03-18 10:45:02 +00:00
parent a662c733f0
commit db3db3d38d

View File

@ -1,21 +1,29 @@
---
#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: Build and Deploy
type: docker
name: default
steps:
- name: greeting
- name: test
image: alpine
commands:
- echo hello world
- name: greeting
commands:
- echo hello world
trigger:
branch:
- main
#node:
#lights: builder
...
- echo hello
- echo world