Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@ kind: pipeline
type: docker
name: default

clone:
disable: true

steps:
- name: pull
image: alpine/git
- name: test
image: alpine
commands:
- git clone https://github.com/drone/hello-world.git .
- ls -la

- echo hello
- echo world