Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
mattburchett 2021-02-26 22:20:42 -06:00
parent ae7f3dd545
commit 6d684137af

View File

@ -6,6 +6,7 @@ steps:
- name: Build Caddy Server
image: golang
commands:
- pwd
- go build -o caddy-server main.go
- name: Build Docker Image
image: gcr.io/kaniko-project/executor:debug