Fix artifacts issue.
This commit is contained in:
parent
1a43ee1384
commit
37d9eb7670
|
@ -14,7 +14,7 @@ preparation-flatpak:
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
paths:
|
paths:
|
||||||
- /tmp/matrique-repo
|
- /tmp/matrique-repo/
|
||||||
|
|
||||||
build-native:
|
build-native:
|
||||||
image: rabits/qt:5.11-desktop
|
image: rabits/qt:5.11-desktop
|
||||||
|
@ -42,7 +42,7 @@ build-flatpak:
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
paths:
|
paths:
|
||||||
- /tmp/matrique-repo
|
- /tmp/matrique-repo/
|
||||||
|
|
||||||
deploy-flatpak:
|
deploy-flatpak:
|
||||||
image: fedora:latest
|
image: fedora:latest
|
||||||
|
|
Loading…
Reference in New Issue