doing a go get
This commit is contained in:
parent
8c475a9b38
commit
91de773297
@ -1,9 +1,10 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: CaddyBuild
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build Caddy Server
|
- name: Build Caddy Server
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
|
- ls
|
||||||
- go get ./...
|
- go get ./...
|
||||||
- go build -o caddy main.go
|
- go build -o caddy main.go
|
Loading…
Reference in New Issue
Block a user