Compare commits
No commits in common. 'master' and 'dev' have entirely different histories.
@ -1,24 +1,8 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: hello-drone
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
name: hellodrone
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git clone $DRONE_REMOTE_URL .
|
||||
|
||||
- name: echo hello world
|
||||
image: golang:alpine
|
||||
- name: build hello.go
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
- echo hello world
|
||||
|
||||
- go build
|
Loading…
Reference in New Issue