This repository has been archived on 2024-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
Neur0toxine 5157117a5e
Some checks failed
continuous-integration/drone/push Build is failing
add patch pkg
2023-11-11 20:34:35 +03:00

26 lines
455 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: generate
image: golang:1.19-alpine
commands:
- apk add --no-cache libidn sipcalc gawk git patch bash python3
- bash generate.sh
- name: release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://gitea.neur0tx.site
files: .temp/result/*
checksum:
- sha256
when:
branch:
- master
trigger:
event:
- push