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