From 3fe2422bbe11e7a6a32f2c48b0675355ed7bca02 Mon Sep 17 00:00:00 2001 From: Sebastian Daschner Date: Sun, 11 Aug 2019 10:26:05 +0200 Subject: [PATCH] fixed typo in URL --- pipelines-common/resources.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines-common/resources.yaml b/pipelines-common/resources.yaml index 8f3d9f4..88d1d13 100644 --- a/pipelines-common/resources.yaml +++ b/pipelines-common/resources.yaml @@ -28,7 +28,7 @@ spec: type: git params: - name: url - value: https://github.com/redhat-developer-demos/tutorial-pipelines + value: https://github.com/redhat-developer-demos/tutorials-pipelines - name: revision value: v1 --- @@ -40,7 +40,7 @@ spec: type: git params: - name: url - value: https://github.com/redhat-developer-demos/tutorial-pipelines + value: https://github.com/redhat-developer-demos/tutorials-pipelines - name: revision value: v2 ---