From 33020a5c348572504a4da0f8e928de8f0e1d62e7 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Fri, 17 Apr 2020 09:25:56 +0100 Subject: [PATCH] [Gitlab] Fix the fbt path on gitlab.yml Signed-off-by: Sameer Rahmani --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2bfb9fc..18b7f45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ stages: - apt update && apt install -y make wget git emacs sudo - git clone -b $CI_COMMIT_REF_NAME https://gitlab.com/FG42/FG42 ~/.fg42/ script: - - cd ~/.fg42/ && ./fbt build + - ~/.fg42/bin/fbt build build-branches-v3: extends: .build-v3