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 15:19:07 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-07-13 15:19:07 +0300
commit8bc81101e15284422dda5bb2b69ab0a8478942d9 (patch)
tree31ad426264f4d27963a1217398fc0017b89d1ad4 /.gitlab-ci.yml
parente641328f5951912fbbd682906b7d48301f93b359 (diff)
Using full paths instead of variables
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d3239e99d..f703d450c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,7 +85,7 @@ appimage:build:
name: "Remmina-x86_64.AppImage"
expose_as: "Download AppImage"
paths:
- - $BUILD_FOLDER/Remmina-x86_64.AppImage
+ - build/Remmina-x86_64.AppImage
expire_in: 7 days
only:
refs:
@@ -112,7 +112,7 @@ flatpak:test:
artifacts:
expose_as: "Download flatpak from the flatpak artifact folder"
paths:
- - flatpak/$BUNDLE
+ - flatpak/remmina-dev.flatpak
expire_in: 7 days
cache:
paths:
@@ -143,6 +143,7 @@ snap:build:
fi
allow_failure: false
artifacts:
+ expose_as: "Snap package"
paths: ['./*.snap']
expire_in: 10 days
only: