fix: ci
This commit is contained in:
parent
376cfaf885
commit
f4587b4817
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
pipeline:
|
||||
steps:
|
||||
|
||||
compile:
|
||||
image: golang:1.19
|
||||
|
@ -21,6 +21,10 @@ pipeline:
|
|||
group: package
|
||||
when:
|
||||
- event: tag
|
||||
secrets:
|
||||
- GITEA_API_USERNAME
|
||||
- GITEA_API_PASSWORD
|
||||
- GITEA_API_REPOSITORY_DEB
|
||||
commands:
|
||||
- apt update; apt install -y lintian sudo curl git
|
||||
- export EXPORTER_VERSION=$(git describe --tags --dirty | sed -re s/^v// | cut -d- -f1)
|
||||
|
|
Loading…
Reference in a new issue