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 1f189a1f62
Some checks reported errors
continuous-integration/drone/push Build encountered an error
initial
2023-11-11 19:49:22 +03:00

26 lines
436 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: generate
image: ubuntu:latest
commands:
- apt install -y idn sipcalc gawk git golang-1.20
- 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