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: { steps: {
build: { build: {
image: "freedesktopsdk/flatpak", image: "alpine",
when: { when: {
branch: ["main", "woodpecker"], branch: ["main", "woodpecker"],
event: ["push", "pull_request", "manual"] event: ["push", "pull_request", "manual"]
}, },
commands: [ commands: [
"echo Setting up Flatpak.", "echo Setting up Flatpak.",
"mkdir -p ./tmp_flatpak",
"export TMPDIR='./tmp_flatpak'",
"flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo", "flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo",
"flatpak update -y", "flatpak update -y",