Fix cache #1.

square-messages
Black Hat 2018-08-02 20:17:18 +00:00
parent 26f49d3d9c
commit f7a3e4338e
1 changed files with 5 additions and 9 deletions

View File

@ -2,6 +2,10 @@ stages:
- preparation
- build
- deploy
cache:
paths:
- tmp/
preparation-flatpak:
image: alpine/git
@ -12,10 +16,6 @@ preparation-flatpak:
- cd tmp
- git clone "https://$GIT_USERNAME:$GIT_PASSWORD@gitlab.com/b0/matrique-repo"
- cd ../
cache:
untracked: true
paths:
- tmp/
build-native:
image: rabits/qt:5.11-desktop
@ -44,12 +44,8 @@ build-flatpak:
- cd ../
deploy-flatpak:
image: fedora:latest
image: alpine/git
stage: deploy
cache:
untracked: true
paths:
- tmp/
before_script:
- git config --global user.name "$GIT_NAME"
- git config --global user.email "$GIT_EMAIL"