From f4587b4817478c2170381260e294dd265b0f1e05 Mon Sep 17 00:00:00 2001 From: s3lph <1375407-s3lph@users.noreply.gitlab.com> Date: Sat, 29 Jul 2023 21:04:19 +0200 Subject: [PATCH] fix: ci --- .woodpecker.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index cebb3f2..a02809d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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)