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:
authorAntenore Gatta <antenore@simbiosi.org>2020-07-13 16:09:39 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-07-13 16:09:39 +0300
commit967514fbc2795cbe280617181c0e35cd81b0857c (patch)
tree62fb30d4754fc8090cf358ebb095b26e9d114284 /.gitlab-ci.yml
parenta40efc5edd01a685c19fa02d887c61d6d986c141 (diff)
Rewrite Flatpak download string
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a07ba373..4d22b3a2a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -110,7 +110,7 @@ flatpak:test:
script:
- /bin/sh -xe ./flatpak/flatpak-build.sh
artifacts:
- expose_as: "Download flatpak from the flatpak artifact folder"
+ expose_as: "Download the flatpak"
paths:
- flatpak/remmina-dev.flatpak
expire_in: 7 days