From a9f5cce3c5b17427ed8a7807627aad5d4bc06373 Mon Sep 17 00:00:00 2001 From: Chris Josten Date: Mon, 6 Sep 2021 19:40:17 +0200 Subject: [PATCH] CI: Fix project path --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3edb5ed..8540bc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,9 +10,9 @@ image: coderus/sailfishos-platform-sdk:$SFOS_VERSION stage: build artifacts: paths: - - /home/nemo/harbour-sailfin/RPMS/* + - /home/defaultuser/harbour-sailfin/RPMS/* script: - - cp -a . /home/nemo/harbour-sailfin && cd /home/nemo/harbour-sailfin + - cp -a . /home/defaultuser/harbour-sailfin && cd /home/defaultuser/harbour-sailfin - mb2 -t SailfishOS-$SFOS_VERSION-$MER_ARCH build build:armv7hl: