Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2021-10-12 12:41:07 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-10-12 12:41:07 +0300
commitdffbaadc82bbe8ddf396be9cc8eb954c86bf7bc4 (patch)
tree79e0cb48e424bef8c1b47e2049d48fb4d79889f4 /.gitlab-ci.yml
parent400f480c8aad732d62bb4f5143d7da75546ede19 (diff)
X2Go plugin language reworked 2
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d12ff603a..3437d8066 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,11 +72,14 @@ flatpak:test:
variables:
BUNDLE: remmina-dev.flatpak
FLATPAK_PPA: ppa:alexlarsson/flatpak
- FLATHUB_REPO: https://flathub.org/repo/flathub.flatpakrepo
+ FLATHUB_REPO: https://dl.flathub.org/repo/flathub.flatpakrepo
before_script:
- apt-get update -qq
- add-apt-repository $FLATPAK_PPA -y
- apt-get update -qq
+ # These are temporary needed. Let's Encrypt has changed their root certificate.
+ - apt-get install --reinstall ca-certificates
+ - git config --global http.sslverify false
- apt-get install -y -qq flatpak-builder flatpak build-essential git-core
- flatpak --user remote-add --if-not-exists flathub $FLATHUB_REPO
script: