[GitlabCI] Fix the yaml syntax error

This commit is contained in:
Sameer Rahmani 2020-04-15 18:42:44 +01:00
parent d6129d0eb5
commit 3ac984953c
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ stages:
stage: build
before_script:
- apt update && apt install -y make wget git emacs sudo
- git clone -b fpkg-v2 https://gitlab.com/FG42/FG42 ~/.fg42/ && ~/.fg42/fbt build
- git clone -b fpkg-v2 https://gitlab.com/FG42/FG42 ~/.fg42/
script:
- ~/.fg42/fbt build
build-branches-v3:
extends: .build-v3