prepare-unity:
  stage: prepare
  extends: .get-unity-version
  variables:
    GIT_STRATEGY: none
  before_script:
    - apk add git
    - git clone --filter=blob:none --sparse $CI_REPOSITORY_URL .
    - git sparse-checkout init --cone
    - git sparse-checkout set ProjectSettings/