Update .gitlab-ci.yml

This commit is contained in:
Black Hat 2018-08-02 20:22:26 +00:00
parent baff46b452
commit 46bae07d4d
1 changed files with 3 additions and 1 deletions

View File

@ -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"