From db3db3d38d823ea76d76234aa63d5ec498cdad1b Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 18 Mar 2023 10:45:02 +0000 Subject: [PATCH] trying to change the type to docker --- .drone.yml | 42 +++++++++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/.drone.yml b/.drone.yml index a8c2a48..6f59594 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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