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