From 881e1dd5016fb8afa77766f2d209c18e31358917 Mon Sep 17 00:00:00 2001 From: unurled Date: Tue, 6 Jun 2023 15:34:46 +0000 Subject: [PATCH] woodpecker doing it's things Signed-off-by: unurled --- .woodpecker.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ac6bb43..2417dc7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -22,19 +22,6 @@ pipeline: when: event: push - gitea_release: - image: bash - secrets: - - api_key - commands: - - export PRERELEASE=true - - cd scripts - - chmod +x git_release.py - - pip install giteapy - - python git_release.py --token "$API_KEY" --message "${CI_COMMIT_MESSAGE}" --prerelease $PRERELEASE --tag "${CI_COMMIT_TAG}" - when: - event: tag - rebuild-cache-with-filesystem: image: bash commands: