From 4a154f5a72420405e71e695048d4df72a592d150 Mon Sep 17 00:00:00 2001 From: Juto Yu Date: Sat, 21 Aug 2021 21:29:11 +0800 Subject: [PATCH] Fail the tracker pipeline --- pipelines/multi-branch/template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/multi-branch/template.yml b/pipelines/multi-branch/template.yml index fe245cb..ac65f73 100644 --- a/pipelines/multi-branch/template.yml +++ b/pipelines/multi-branch/template.yml @@ -25,7 +25,7 @@ jobs: - name: build plan: - in_parallel: - - get: branch + - get: branchhhh passed: [test] trigger: true - get: examples