mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-22 09:15:18 +00:00
CI: Fix project path
This commit is contained in:
parent
5e91a3b5b1
commit
a9f5cce3c5
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue