---
kind: pipeline
type: exec
name: default
platform:
arch: amd64
os: linux
steps:
- name: build
commands:
- touch /home/drone/build_goblim
- ./gradlew assembleDebug
when:
event:
- push