trying to change the type to docker
This commit is contained in:
parent
a662c733f0
commit
db3db3d38d
42
.drone.yml
42
.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
|
kind: pipeline
|
||||||
type: exec
|
type: docker
|
||||||
name: Build and Deploy
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: greeting
|
- name: test
|
||||||
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- echo hello world
|
- echo hello
|
||||||
- name: greeting
|
- echo world
|
||||||
commands:
|
|
||||||
- echo hello world
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- main
|
|
||||||
|
|
||||||
#node:
|
|
||||||
#lights: builder
|
|
||||||
...
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user