mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
ci: Tidy trailing slash
This commit is contained in:
parent
d6cc662d11
commit
e7d658747a
|
@ -419,7 +419,7 @@ android:inProcess:
|
||||||
- ./gradlew assembleInProcessDebug
|
- ./gradlew assembleInProcessDebug
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- src/xrt/targets/openxr_android/build/outputs/apk/inProcess/
|
- src/xrt/targets/openxr_android/build/outputs/apk/inProcess
|
||||||
|
|
||||||
ubuntu:cmake:
|
ubuntu:cmake:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
|
@ -148,7 +148,7 @@ distributions:
|
||||||
|
|
||||||
- name: android:inProcess
|
- name: android:inProcess
|
||||||
target: assembleInProcessDebug
|
target: assembleInProcessDebug
|
||||||
artifact_path: src/xrt/targets/openxr_android/build/outputs/apk/inProcess/
|
artifact_path: src/xrt/targets/openxr_android/build/outputs/apk/inProcess
|
||||||
|
|
||||||
- name: ubuntu
|
- name: ubuntu
|
||||||
images:
|
images:
|
||||||
|
|
Loading…
Reference in a new issue