Use the makefile for deps also for non-publish builds

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2020-05-19 12:55:26 +02:00
parent c853a07743
commit 990e30eb2f
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ steps:
- mkdir -p /go/src/git.martyn.berlin/martyn - mkdir -p /go/src/git.martyn.berlin/martyn
- ln -s /drone/src /go/src/git.martyn.berlin/martyn/LEDController - ln -s /drone/src /go/src/git.martyn.berlin/martyn/LEDController
- cd /go/src/git.martyn.berlin/martyn/LEDController - cd /go/src/git.martyn.berlin/martyn/LEDController
- go get - make deps
- go build - make
trigger: trigger:
ref: ref: