From 94792c595390a7854ae052ce529eb4bf6819bc01 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 17 Mar 2021 12:47:03 -0700 Subject: [PATCH] .drone.yml syntax fix --- .drone.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1abeb82..fbe3b7f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,18 +27,18 @@ steps: - go list ./... | xargs golint -set_exit_status - name: buildLinux image: openpriv/android-go-mobile:2021 - when: - repo: flutter/libcwtch-go - branch: trunk - event: [ push, pull_request ] - commands: - - make linux + when: + repo: flutter/libcwtch-go + branch: trunk + event: [ push, pull_request ] + commands: + - make linux - name: build-androiud image: openpriv/android-go-mobile:2021 - when: - repo: flutter/libcwtch-go - branch: trunk - event: [ push, pull_request ] + when: + repo: flutter/libcwtch-go + branch: trunk + event: [ push, pull_request ] commands: - make android - name: notify-email