Skip to content

Commit

Permalink
Merge pull request #983 from kabir/ci-fixes
Browse files Browse the repository at this point in the history
[WFLY-19999][WFLY-20000] Kubernetes Ci fixes
  • Loading branch information
emmartins authored Nov 28, 2024
2 parents d851f22 + 18c1932 commit 06f39c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ export image="${root_image_name}:latest"
docker tag ${qs_dir} ${image}
docker push ${image}

echo "Creating docker file locally and pushing to registry at localhost:5000"
docker build -t "${image}" target

################################################################################################
# Helm install, waiting for the pods to come up
helm_set_arguments=" --set ${helm_set_arg_prefix}build.enabled=false --set ${helm_set_arg_prefix}deploy.route.enabled=false --set ${helm_set_arg_prefix}image.name=${root_image_name}"
Expand Down
2 changes: 1 addition & 1 deletion logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<version>9</version>
<relativePath/>
</parent>
<artifactId>jboss-logging</artifactId>
<artifactId>logging</artifactId>
<version>35.0.0.Beta1-SNAPSHOT</version>
<packaging>war</packaging>
<name>Quickstart: logging</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private static void doLog(final String level) {

private static UriBuilder resolveBaseUrl() {
final String baseUrl = resolveServerHost();
return UriBuilder.fromUri(baseUrl).path("/jboss-logging/api/logs");
return UriBuilder.fromUri(baseUrl).path("/logging/api/logs");
}

private static String resolveServerHost() {
Expand Down

0 comments on commit 06f39c0

Please sign in to comment.