From 5fc7929285398b24cc4e8c718a45be5ad0f5fa88 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 15 Apr 2020 18:59:24 +0100 Subject: [PATCH] [GitlabCI] Change the way we run 'fbt build' to be relative to home --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 613b5c9..1c0e009 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 fpkg-v2 https://gitlab.com/FG42/FG42 ~/.fg42/ script: - - ~/.fg42/fbt build + - cd ~/.fg42/ && ./fbt build build-branches-v3: extends: .build-v3