CI: Fix project path

This commit is contained in:
Chris Josten 2021-09-06 19:40:17 +02:00
parent 5e91a3b5b1
commit a9f5cce3c5
No known key found for this signature in database
GPG Key ID: A69C050E9FD9FF6A
1 changed files with 2 additions and 2 deletions

View File

@ -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: