From 108132ef9e8b3cf8bafc320d74a29a23b4463066 Mon Sep 17 00:00:00 2001 From: Blizzard Finnegan Date: Fri, 23 Jun 2023 15:01:41 -0400 Subject: [PATCH] Comment out releases for now Clearly, I don't really know what's going on here. So rather than further pollute the public repo, I'm going to set up another repo to play with. --- .woodpecker.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 58a5d5a..6d21a7a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,21 +3,21 @@ pipeline: image: nixos/nix:latest commands: - nix-shell --run 'cargo build --release --target aarch64-unknown-linux-musl' - publish: - when: - event: tag - image: woodpeckerci/plugin-gitea-release - settings: - base_url: https://git.blizzard.systems - files: - - "target/aarch64-unknown-linux-musl/release/seymour_life" - checksum: - - "target/aarch64-unknown-linux-musl/release/seymour_life" - api_key: ${FORGEJO_API} - secrets: - - source: forgejo_api - target: FORGEJO_API - target: ${CI_COMMIT_TAG} - draft: true - prerelease: true - title: .woodpecker/title.txt + # publish: + # when: + # event: tag + # image: woodpeckerci/plugin-gitea-release + # settings: + # base_url: https://git.blizzard.systems + # files: + # - "target/aarch64-unknown-linux-musl/release/seymour_life" + # checksum: + # - "target/aarch64-unknown-linux-musl/release/seymour_life" + # api_key: ${FORGEJO_API} + # secrets: + # - source: forgejo_api + # target: FORGEJO_API + # target: ${CI_COMMIT_TAG} + # draft: true + # prerelease: true + # title: .woodpecker/title.txt