Update '.woodpecker.yml'
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline failed Details

This commit is contained in:
Emerald 2022-09-19 22:42:29 +00:00
parent 4d88245e69
commit 49fcf738fe
1 changed files with 1 additions and 3 deletions

View File

@ -1,16 +1,15 @@
branches: main
pipeline:
setup:
image: ivangabriele/tauri:bullseye-node18
when:
event: [tag]
branch: main
commands:
- npm i -D @tauri-apps/cli
build:
image: ivangabriele/tauri:bullseye-node18
when:
event: [tag]
branch: main
commands:
- apt install libasound2-dev
- npm ci
@ -19,7 +18,6 @@ pipeline:
image: alpine/curl
when:
event: [tag]
branch: main
secrets: [gitea_key]
commands:
- curl --user Emerald:$GITEA_KEY --upload-file target/release/bundle/deb/*.deb https://gitea.greenboi.me/api/packages/Emerald/generic/cathode/${CI_COMMIT_TAG##v}/cathode-tube.deb