Update .gitlab-ci.yml

This commit is contained in:
Black Hat 2018-08-02 20:12:42 +00:00
parent a254436c3f
commit 26f49d3d9c
1 changed files with 4 additions and 4 deletions

View File

@ -6,16 +6,16 @@ stages:
preparation-flatpak: preparation-flatpak:
image: alpine/git image: alpine/git
stage: preparation stage: preparation
cache:
untracked: true
paths:
- tmp/
before_script: before_script:
- mkdir tmp - mkdir tmp
script: script:
- cd tmp - cd tmp
- git clone "https://$GIT_USERNAME:$GIT_PASSWORD@gitlab.com/b0/matrique-repo" - git clone "https://$GIT_USERNAME:$GIT_PASSWORD@gitlab.com/b0/matrique-repo"
- cd ../ - cd ../
cache:
untracked: true
paths:
- tmp/
build-native: build-native:
image: rabits/qt:5.11-desktop image: rabits/qt:5.11-desktop