From a254436c3f9b047b21ec4810a05a987dff69954f Mon Sep 17 00:00:00 2001 From: Black Hat Date: Thu, 2 Aug 2018 20:11:27 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bbeeee..0f5fce9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,14 +2,14 @@ stages: - preparation - build - deploy - -cache: - paths: - - tmp/ preparation-flatpak: image: alpine/git stage: preparation + cache: + untracked: true + paths: + - tmp/ before_script: - mkdir tmp script: @@ -46,6 +46,10 @@ build-flatpak: deploy-flatpak: image: fedora:latest stage: deploy + cache: + untracked: true + paths: + - tmp/ before_script: - git config --global user.name "$GIT_NAME" - git config --global user.email "$GIT_EMAIL"