sync-source.yml 361 B

12345678910
  1. # SPDX-FileCopyrightText: 2019 yuzu Emulator Project
  2. # SPDX-License-Identifier: GPL-2.0-or-later
  3. steps:
  4. - ${{ if eq(parameters.artifactSource, 'true') }}:
  5. - template: ./retrieve-artifact-source.yml
  6. - ${{ if ne(parameters.artifactSource, 'true') }}:
  7. - template: ./retrieve-master-source.yml
  8. parameters:
  9. needSubmodules: $(parameters.needSubmodules)