Update .gitlab-ci.yml
This commit is contained in:
parent
dce1f5f48b
commit
a254436c3f
|
@ -2,14 +2,14 @@ stages:
|
||||||
- preparation
|
- preparation
|
||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- tmp/
|
|
||||||
|
|
||||||
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:
|
||||||
|
@ -46,6 +46,10 @@ build-flatpak:
|
||||||
deploy-flatpak:
|
deploy-flatpak:
|
||||||
image: fedora:latest
|
image: fedora:latest
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
cache:
|
||||||
|
untracked: true
|
||||||
|
paths:
|
||||||
|
- tmp/
|
||||||
before_script:
|
before_script:
|
||||||
- git config --global user.name "$GIT_NAME"
|
- git config --global user.name "$GIT_NAME"
|
||||||
- git config --global user.email "$GIT_EMAIL"
|
- git config --global user.email "$GIT_EMAIL"
|
||||||
|
|
Loading…
Reference in New Issue