fix: remove woodpecker

This commit is contained in:
0xMRTT 2023-05-12 18:47:56 +02:00
parent c83ebef74c
commit 9d0b45525c
Signed by: 0xMRTT
GPG Key ID: 19C1449A774028BD
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
pipeline:
build:
image: docker.io/bilelmoussaoui/flatpak-github-actions
secrets: [access_token]
when:
branch: main
event: [push, pull_request, tag]
commands:
- flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- flatpak install --user -y org.flatpak.Builder
- flatpak run org.flatpak.Builder --user --install-deps-from=flathub --default-branch=master --force-clean --repo=build-repo build-dir io.github.Bavarder.Bavarder.json
- flatpak build-bundle build-repo bavarder.flatpak io.github.Bavarder.Bavarder
- ls -la