Mise à jour de '.drone.yml'
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Bertrand Benjamin 2020-07-17 15:38:23 +00:00
parent b245fed8c4
commit 6a7f6e3bcb
1 changed files with 5 additions and 12 deletions

View File

@ -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