From 0dc9a9476463fbb30762301287ee1b0453b55f48 Mon Sep 17 00:00:00 2001 From: James Pace Date: Mon, 5 Dec 2022 20:13:40 -0500 Subject: [PATCH] Let the test pipeline succeed. --- pipelines/test-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/test-pipeline.yaml b/pipelines/test-pipeline.yaml index 9497ceb..dcbce81 100644 --- a/pipelines/test-pipeline.yaml +++ b/pipelines/test-pipeline.yaml @@ -38,7 +38,7 @@ spec: script: | set -x cat $(workspaces.source.path)/README.md - exit -1 + exit 0 finally: - name: notify-onedev params: