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