File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkg/apis/jvmbuildservice/v1alpha1 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ spec:
101
101
resolver : http
102
102
params :
103
103
- name : url
104
- value : https://raw.githubusercontent.com/rnc /jvm-build-service/refs/heads/NCL8774 /deploy/tasks/pre-build.yaml
104
+ value : https://raw.githubusercontent.com/redhat-appstudio /jvm-build-service/refs/heads/main /deploy/tasks/pre-build.yaml
105
105
workspaces :
106
106
- name : source
107
107
workspace : source
@@ -140,7 +140,7 @@ spec:
140
140
resolver : http
141
141
params :
142
142
- name : url
143
- value : https://raw.githubusercontent.com/rnc /jvm-build-service/refs/heads/NCL8774 /deploy/tasks/buildah-oci-ta.yaml
143
+ value : https://raw.githubusercontent.com/redhat-appstudio /jvm-build-service/refs/heads/main /deploy/tasks/buildah-oci-ta.yaml
144
144
145
145
- name : maven-deployment
146
146
runAfter :
@@ -160,4 +160,4 @@ spec:
160
160
resolver : http
161
161
params :
162
162
- name : url
163
- value : https://raw.githubusercontent.com/rnc /jvm-build-service/refs/heads/NCL8774 /deploy/tasks/maven-deployment.yaml
163
+ value : https://raw.githubusercontent.com/redhat-appstudio /jvm-build-service/refs/heads/main /deploy/tasks/maven-deployment.yaml
Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ const (
49
49
KonfluxGitDefinition = "https://raw.githubusercontent.com/konflux-ci/build-definitions/refs/heads/main/task/git-clone/0.1/git-clone.yaml"
50
50
KonfluxPreBuildDefinitions = "https://raw.githubusercontent.com/redhat-appstudio/jvm-build-service/main/deploy/tasks/pre-build.yaml"
51
51
KonfluxBuildDefinitions = "https://raw.githubusercontent.com/konflux-ci/build-definitions/refs/heads/main/task/buildah-oci-ta/0.2/buildah-oci-ta.yaml"
52
- KonfluxMavenDeployDefinitions = "https://raw.githubusercontent.com/rnc /jvm-build-service/VOLUME /deploy/tasks/maven-deployment.yaml"
52
+ KonfluxMavenDeployDefinitions = "https://raw.githubusercontent.com/redhat-appstudio /jvm-build-service/main /deploy/tasks/maven-deployment.yaml"
53
53
)
You can’t perform that action at this time.
0 commit comments