Skip to content

Commit 7c8f4e4

Browse files
authored
Merge pull request #421 from jhuttana/Add_new_URI
[OPENJDK-2199] Update old URI to new one in the tests
2 parents 9b9d2d2 + d8d94ed commit 7c8f4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/features/java/java_s2i.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ Feature: Openshift OpenJDK S2I tests
118118

119119
# deprecated?
120120
Scenario: run an S2I build that depends on com.redhat.xpaas.repo.redhatga being defined
121-
Given s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple
121+
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple
122122

123123
# deprecated?
124124
Scenario: run an S2I that should fail as MAVEN_ARGS does not define com.redhat.xpaas.repo.redhatga
125-
Given failing s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple using openjdk-enforce-profile
125+
Given failing s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple using openjdk-enforce-profile
126126
| variable | value |
127127
| MAVEN_ARGS | -e package |
128128

0 commit comments

Comments
 (0)