Mise à jour de '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
b245fed8c4
commit
6a7f6e3bcb
15
.drone.yml
15
.drone.yml
@ -1,17 +1,10 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
name: hello-world
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
|
||||||
|
|
||||||
clone:
|
|
||||||
disable: true
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
- name: say-hello
|
||||||
image: alpine:3.8
|
image: busybox
|
||||||
commands:
|
commands:
|
||||||
- echo this is a clone step
|
- echo hello-world
|
||||||
|
|
||||||
- name: build
|
|
||||||
image: bradrydzewski/private-test
|
|
||||||
commands:
|
|
||||||
- echo this is a build step
|
|
Loading…
Reference in New Issue
Block a user