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>2018-07-06 19:03:20 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-07-06 19:03:20 +0300
commit424b27c9d36aebe0ae3b17fd5f87fb9585397bcb (patch)
tree69ac660266fee63183ee836d193ed5af82d79f4b /.gitlab-ci.yml
parente24c7f63fb898fdd7ba2e781b5f7962294d84ff2 (diff)
Trying to fix cache and artifacts
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 369783981..5abc68625 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,12 +77,11 @@ flatpak:test:
- /bin/sh -xe ./flatpak/flatpak-build.sh
artifacts:
paths:
- - ${BUNDLE}
+ - flatpak/repo/${BUNDLE}
expire_in: 30 days
cache:
paths:
- flatpak/.flatpak-builder/cache
- - flatpak/repo/remmina-dev.flatpak
only:
# - branches
- tags