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.
This commit is contained in:
parent
5d42a34f16
commit
108132ef9e
1 changed files with 18 additions and 18 deletions
|
@ -3,21 +3,21 @@ pipeline:
|
||||||
image: nixos/nix:latest
|
image: nixos/nix:latest
|
||||||
commands:
|
commands:
|
||||||
- nix-shell --run 'cargo build --release --target aarch64-unknown-linux-musl'
|
- nix-shell --run 'cargo build --release --target aarch64-unknown-linux-musl'
|
||||||
publish:
|
# publish:
|
||||||
when:
|
# when:
|
||||||
event: tag
|
# event: tag
|
||||||
image: woodpeckerci/plugin-gitea-release
|
# image: woodpeckerci/plugin-gitea-release
|
||||||
settings:
|
# settings:
|
||||||
base_url: https://git.blizzard.systems
|
# base_url: https://git.blizzard.systems
|
||||||
files:
|
# files:
|
||||||
- "target/aarch64-unknown-linux-musl/release/seymour_life"
|
# - "target/aarch64-unknown-linux-musl/release/seymour_life"
|
||||||
checksum:
|
# checksum:
|
||||||
- "target/aarch64-unknown-linux-musl/release/seymour_life"
|
# - "target/aarch64-unknown-linux-musl/release/seymour_life"
|
||||||
api_key: ${FORGEJO_API}
|
# api_key: ${FORGEJO_API}
|
||||||
secrets:
|
# secrets:
|
||||||
- source: forgejo_api
|
# - source: forgejo_api
|
||||||
target: FORGEJO_API
|
# target: FORGEJO_API
|
||||||
target: ${CI_COMMIT_TAG}
|
# target: ${CI_COMMIT_TAG}
|
||||||
draft: true
|
# draft: true
|
||||||
prerelease: true
|
# prerelease: true
|
||||||
title: .woodpecker/title.txt
|
# title: .woodpecker/title.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue