telegram-ollama-reply-bot/.drone.yml

16 lines
193 B
YAML
Raw Normal View History

2024-03-08 02:26:27 +00:00
kind: pipeline
type: docker
name: build
steps:
- name: build
image: 'golang:alpine'
commands:
- go build -x .
trigger:
event:
include:
- pull_request
2024-03-08 02:28:09 +00:00
- push