ci: Adjust quotes based on formatter

This commit is contained in:
Ryan Pavlik 2021-03-25 10:58:22 -05:00
parent a991e66b85
commit e83657de45

View file

@ -317,7 +317,7 @@ ndk:arm64-v8a:
.monado.packaging.conditions:
rules:
# 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
# Otherwise, don't build packages.
- when: never