summaryrefslogtreecommitdiff
path: root/.ci/yuzu-mainline-step1.yml
diff options
context:
space:
mode:
Diffstat (limited to '.ci/yuzu-mainline-step1.yml')
-rw-r--r--.ci/yuzu-mainline-step1.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.ci/yuzu-mainline-step1.yml b/.ci/yuzu-mainline-step1.yml
deleted file mode 100644
index 207bddfa3..000000000
--- a/.ci/yuzu-mainline-step1.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
-# SPDX-License-Identifier: GPL-2.0-or-later
-
-trigger:
-- master
-
-pool:
- vmImage: 'ubuntu-latest'
-
-stages:
-- stage: merge
- displayName: 'merge'
- jobs:
- - template: ./templates/merge.yml