Compare commits

..

No commits in common. "95c57a3b8aa553cc1391fca202ce6f7b2bf7f8d3" and "9a9ccaf5f559c88c4913b4215e88ec8bdaceb6a9" have entirely different histories.

View File

@ -1,34 +0,0 @@
kind: pipeline
name: release
steps:
- name: build
image: golang:rc
volumes:
- name: dist
path: /data
commands:
- make build
- cp -r contrib /data
- cp deploy /data
- cp config.yml.sample /data/config.yml
- name: relase
image: plugins/gitea-release
volumes:
- name: dist
path: /data
settings:
api_key:
from_secret: api-key
base_url: https://git.trj.tw
files: /data/*
checksum:
- md5
- sha1
- sha256
when:
event: tag
volumes:
- name: dist
temp: {}