From baff46b452b6ff9d1b4625929da92eedaf12d653 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Thu, 2 Aug 2018 20:20:23 +0000 Subject: [PATCH] Revert to artifacts. --- .gitlab-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f7c5e9..345036b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,6 @@ stages: - preparation - build - deploy - -cache: - paths: - - tmp/ preparation-flatpak: image: alpine/git @@ -16,11 +12,13 @@ preparation-flatpak: - cd tmp - git clone "https://$GIT_USERNAME:$GIT_PASSWORD@gitlab.com/b0/matrique-repo" - cd ../ + artifacts: + paths: + - tmp/ build-native: image: rabits/qt:5.11-desktop stage: build - cache: {} before_script: - git submodule update --init --recursive script: @@ -42,6 +40,9 @@ build-flatpak: - cd flatpak - flatpak-builder --repo=../tmp/matrique-repo/public build-dir org.eu.encom.matrique.json --force-clean --gpg-sign=52986BF4D61350EC249F2E891B0DB3358FC5E4B2 - cd ../ + artifacts: + paths: + - tmp/ deploy-flatpak: image: alpine/git