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
17
.drone.yml
17
.drone.yml
@ -1,17 +1,10 @@
|
||||
kind: pipeline
|
||||
name: hello-world
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: alpine:3.8
|
||||
- name: say-hello
|
||||
image: busybox
|
||||
commands:
|
||||
- echo this is a clone step
|
||||
|
||||
- name: build
|
||||
image: bradrydzewski/private-test
|
||||
commands:
|
||||
- echo this is a build step
|
||||
- echo hello-world
|
||||
|
Loading…
Reference in New Issue
Block a user