more ci fixes
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
4a89a5ccfe
commit
09a0523b3d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue