From 3d1de1cd6ecf7d5816b388294ac4749011951c9f Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 17 Mar 2021 16:53:09 -0700 Subject: [PATCH] drone.yml new gomobile image --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5022550..9cc735f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,6 +57,7 @@ steps: branch: trunk event: [ push, pull_request ] commands: + - gomobile init - make android - name: notify-email image: drillster/drone-email @@ -80,5 +81,6 @@ steps: gogs_url: https://git.openprivacy.ca volumes: + # gopath where bin and pkg lives to persist across steps - name: deps temp: {}