This commit is contained in:
parent
e18f3d96d1
commit
010646c762
@ -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",
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user