summaryrefslogtreecommitdiffstats
path: root/.ci/templates/sync-source.yml
blob: e796b6238a86fd048c4b388262c3a5e57be02eca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later

steps:
- ${{ if eq(parameters.artifactSource, 'true') }}:
  - template: ./retrieve-artifact-source.yml
- ${{ if ne(parameters.artifactSource, 'true') }}:
  - template: ./retrieve-master-source.yml
    parameters:
      needSubmodules: $(parameters.needSubmodules)