Compare commits

..

No commits in common. 'master' and 'dev' have entirely different histories.
master ... dev

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

@ -1,3 +0,0 @@
module go.cloudfindtime.com/hello
go 1.16
Loading…
Cancel
Save