Update '.drone.yml'

This commit is contained in:
sthope 2021-09-02 02:16:10 +02:00
parent f0c14008c8
commit 90b6fa0157

View File

@ -1,9 +1,9 @@
pipeline:
build:
image: golang
commands:
- go build
- go test
steps:
- name: build
image: golang
commands:
- go build
- go test
# - name: discord notification
# image: appleboy/drone-discord