drone.yml wrong images
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-03-17 16:56:27 -07:00
parent 3d1de1cd6e
commit dac7d145d2
1 changed files with 4 additions and 1 deletions

View File

@ -36,8 +36,9 @@ steps:
- go list ./... | xargs go vet
- go list ./... | xargs golint
#Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting
- name: build-linux
image: openpriv/android-go-mobile:2021
image: golang
volumes:
- name: deps
path: /go
@ -47,6 +48,7 @@ steps:
event: [ push, pull_request ]
commands:
- make linux
- name: build-android
image: openpriv/android-go-mobile:2021
volumes:
@ -59,6 +61,7 @@ steps:
commands:
- gomobile init
- make android
- name: notify-email
image: drillster/drone-email
host: build.openprivacy.ca