add patch pkg
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Pavel 2023-11-11 20:34:35 +03:00
parent 051302d918
commit 5157117a5e

View File

@ -6,7 +6,7 @@ steps:
- name: generate
image: golang:1.19-alpine
commands:
- apk add --no-cache libidn sipcalc gawk git bash python3
- apk add --no-cache libidn sipcalc gawk git patch bash python3
- bash generate.sh
- name: release
image: plugins/gitea-release