Fix the branch name on gitlab ci configu

This commit is contained in:
Sameer Rahmani 2020-05-17 11:25:25 +01:00
parent daf8bf3cdf
commit fe59f3823a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ 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/ && cd ~/.fg42/ && make install &&
- git clone -b $CI_COMMIT_REF_NAME https://gitlab.com/FG42/FG42 ~/.fg42/ && cd ~/.fg42/ && make install &&
script:
- cd ~/.fg42/ && fg42 -nw --script build.el