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