Skip to content
Snippets Groups Projects
Commit 235577a6 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

flatpak build step cleanup

parent 1efd14f2
No related branches found
No related tags found
No related merge requests found
Pipeline #3476 failed
...@@ -67,8 +67,8 @@ flatpak: ...@@ -67,8 +67,8 @@ flatpak:
- flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- flatpak install -y flathub org.freedesktop.Platform 21.08 - flatpak install -y flathub org.freedesktop.Platform 21.08
- flatpak install -y flathub org.freedesktop.Sdk 21.08 - flatpak install -y flathub org.freedesktop.Sdk 21.08
- flatpak-builder ${MANIFEST_PATH} - flatpak-builder _repo ${MANIFEST_PATH}
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID} - flatpak build-bundle _repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID}
artifacts: artifacts:
paths: paths:
- ${BUNDLE} - ${BUNDLE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment