Update .gitlab-ci.yml
This commit is contained in:
parent
baff46b452
commit
46bae07d4d
|
@ -4,10 +4,12 @@ stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
preparation-flatpak:
|
preparation-flatpak:
|
||||||
image: alpine/git
|
image: debian:latest
|
||||||
stage: preparation
|
stage: preparation
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir tmp
|
- mkdir tmp
|
||||||
|
- apt update
|
||||||
|
- apt install git
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue