mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-03 12:28:07 +00:00
ci: Adjust quotes based on formatter
This commit is contained in:
parent
a991e66b85
commit
e83657de45
|
@ -317,7 +317,7 @@ ndk:arm64-v8a:
|
||||||
.monado.packaging.conditions:
|
.monado.packaging.conditions:
|
||||||
rules:
|
rules:
|
||||||
# Only the default branch of the "upstream" repo.
|
# Only the default branch of the "upstream" repo.
|
||||||
- if: '$CI_PROJECT_PATH == $FDO_UPSTREAM_REPO && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'
|
- if: "$CI_PROJECT_PATH == $FDO_UPSTREAM_REPO && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH"
|
||||||
when: on_success
|
when: on_success
|
||||||
# Otherwise, don't build packages.
|
# Otherwise, don't build packages.
|
||||||
- when: never
|
- when: never
|
||||||
|
|
Loading…
Reference in a new issue