more ci fixes
continuous-integration/drone/push Build was killed Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2020-11-16 10:11:11 +01:00
parent 4a89a5ccfe
commit 09a0523b3d
1 changed files with 6 additions and 2 deletions

View File

@ -8,8 +8,10 @@ platform:
steps:
- name: build
image: golang
image: golang:1.14-buster
commands:
- apt-get update
- apt-get install libjq-dev
- pwd
- mkdir -p /go/src/git.martyn.berlin/martyn
- ln -s /drone/src /go/src/git.martyn.berlin/martyn/helm-import
@ -61,8 +63,10 @@ platform:
steps:
- name: build
image: golang
image: golang:1.14-buster
commands:
- apt-get update
- apt-get install libjq-dev
- pwd
- mkdir -p /go/src/git.martyn.berlin/martyn
- ln -s /drone/src /go/src/git.martyn.berlin/martyn/helm-import