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

This commit is contained in:
Rebekah 2024-07-07 10:08:33 -04:00
parent e18f3d96d1
commit 010646c762

View File

@ -1,15 +1,13 @@
{
steps: {
build: {
image: "freedesktopsdk/flatpak",
image: "alpine",
when: {
branch: ["main", "woodpecker"],
event: ["push", "pull_request", "manual"]
},
commands: [
"echo Setting up Flatpak.",
"mkdir -p ./tmp_flatpak",
"export TMPDIR='./tmp_flatpak'",
"flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo",
"flatpak update -y",