summary refs log tree commit diff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@ymail.com>2022-04-23 01:08:23 +0200
committerNicolas Werner <nicolas.werner@ymail.com>2022-04-23 01:10:15 +0200
commitc8e8546315725d9e809ee699db039f76954c4b08 (patch)
tree7cd328dbc60a9cc30a02c796b84a6ea43fbfc685 /.gitlab-ci.yml
parentTranslated using Weblate (Indonesian) (diff)
downloadnheko-c8e8546315725d9e809ee699db039f76954c4b08.tar.xz
Fix flatpak CI
Diffstat (limited to '')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d6fee3c..93bfa439 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -134,9 +134,7 @@ build-flatpak-amd64:
   #image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
   tags: [docker]
   before_script:
-    # need flatpak 1.11.1 at least
-    - apt-get update && apt-get install -y software-properties-common
-    - add-apt-repository ppa:alexlarsson/flatpak && apt-get update && apt-get -y install flatpak-builder git python curl python3-aiohttp python3-tenacity gir1.2-ostree-1.0
+    - apt-get update && apt-get -y install flatpak-builder git python3 curl python3-aiohttp python3-tenacity gir1.2-ostree-1.0
     - flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
     - flatpak --noninteractive install --user flathub org.kde.Platform//5.15-21.08
     - flatpak --noninteractive install --user flathub org.kde.Sdk//5.15-21.08
@@ -164,9 +162,7 @@ build-flatpak-arm64:
   #image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
   tags: [docker-arm64]
   before_script:
-    # need flatpak 1.11.1 at least
-    - apt-get update && apt-get install -y software-properties-common
-    - add-apt-repository ppa:alexlarsson/flatpak && apt-get update && apt-get -y install flatpak-builder git python curl python3-aiohttp python3-tenacity gir1.2-ostree-1.0
+    - apt-get update && apt-get -y install flatpak-builder git python3 curl python3-aiohttp python3-tenacity gir1.2-ostree-1.0
     - flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
     - flatpak --noninteractive install --user flathub org.kde.Platform//5.15-21.08
     - flatpak --noninteractive install --user flathub org.kde.Sdk//5.15-21.08