Update .woodpecker.json
Some checks failed
ci/woodpecker/manual/woodpecker.json Pipeline failed

This commit is contained in:
Rebekah 2024-07-07 07:33:40 -04:00
parent d0c4e0f71d
commit 104930436c

View File

@ -3,7 +3,6 @@
build: {
image: "alpine",
when: {
platform: "linux/x86_64",
branch: ["main", "woodpecker"],
event: ["push", "pull_request", "manual"]
},
@ -12,8 +11,9 @@
"apk add flatpak-builder",
"echo Installing Stow Flatpak Dependancies.",
"flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo",
"flatpak-builder --user --install-deps-only --install-deps-from=flathub build org.gnu.Stow.yml",
"flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo",
"flatpak install --user -y org.freedesktop.Sdk//23.08",
"echo Building Stow in a Flatpak.",
"flatpak-builder --user --install build org.gnu.Stow.yml",