Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pipelines-common/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand All @@ -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
---
Expand Down