see... wood, not tree.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Martyn 2020-09-20 13:41:15 +02:00
parent e62c9cfe5d
commit eb67676b77
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ steps:
- name: build_golang - name: build_golang
image: golang image: golang
commands: commands:
- ls - cd dlserver
- go mod download - go mod download
- go build . - go build .