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:
authorbhatman1441 <blackhat1441@protonmail.com>2024-01-05 17:30:38 +0300
committerbhatman1441 <blackhat1441@protonmail.com>2024-01-05 17:30:38 +0300
commit43e9ff88cab4ec6140dc113ae6e25bd304901641 (patch)
tree38435f27aa0d2709362faa40c5d35cb35f85a5c0 /.gitlab-ci.yml
parente811ce031c49a7a531e951bbbad9b8c78ebbd49d (diff)
Update ubuntu 22.04 dockerfile and use ubuntu 22.04 image for ci tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index af560e4f3..6492635d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@
# See https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
-image: registry.gitlab.com/remmina/remmina/ubuntu:20.04
+image: registry.gitlab.com/remmina/remmina/ubuntu:22.04
stages:
- test
- build
@@ -39,7 +39,7 @@ ubuntu:devel:
refs:
- schedules
flatpak:test:
- image: registry.gitlab.com/remmina/remmina/ubuntu:20.04
+ image: registry.gitlab.com/remmina/remmina/ubuntu:22.04
stage: test
variables:
BUNDLE: remmina-dev.flatpak
@@ -47,8 +47,6 @@ flatpak:test:
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
- apt-get install -y -qq flatpak-builder flatpak build-essential git-core
- flatpak --user remote-add --if-not-exists flathub $FLATHUB_REPO
- git config --global protocol.file.allow always