Update .gitlab-ci.yml

This commit is contained in:
Black Hat 2018-08-02 20:11:27 +00:00
parent dce1f5f48b
commit a254436c3f
1 changed files with 8 additions and 4 deletions

View File

@ -3,13 +3,13 @@ stages:
- 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"