We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7e4ae commit e95d2b1Copy full SHA for e95d2b1
components/konflux-ci/base/repository.yaml
@@ -19,3 +19,10 @@ metadata:
19
name: build-definitions
20
spec:
21
url: "https://github.com/konflux-ci/build-definitions"
22
+---
23
+apiVersion: pipelinesascode.tekton.dev/v1alpha1
24
+kind: Repository
25
+metadata:
26
+ name: e2e-tests
27
+spec:
28
+ url: "https://github.com/konflux-ci/e2e-tests"
components/tekton-ci/base/repository.yaml
@@ -8,13 +8,6 @@ spec:
8
---
9
apiVersion: pipelinesascode.tekton.dev/v1alpha1
10
kind: Repository
11
-metadata:
12
- name: e2e-tests
13
-spec:
14
- url: "https://github.com/konflux-ci/e2e-tests"
15
----
16
-apiVersion: pipelinesascode.tekton.dev/v1alpha1
17
-kind: Repository
18
metadata:
name: application-api
0 commit comments