fixing droneci file

This commit is contained in:
Matt Burchett 2019-07-18 09:04:09 -05:00
parent f99832bd0f
commit e8cbce6416

View File

@ -5,6 +5,4 @@ steps:
- name: Build Caddy Server - name: Build Caddy Server
image: golang image: golang
commands: commands:
- ls
- go get ./...
- go build -o caddy main.go - go build -o caddy main.go