Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions .github/workflows/build_config_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build Config Server

on:
pull_request:
branches:
- main
paths:
- '.github/workflows/build_config_server.yaml'
- 'config-server/**'
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build_eureka_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build Eureka Server

on:
pull_request:
branches:
- main
paths:
- '.github/workflows/build_eureka_server.yaml'
- 'eureka-server/**'
Expand Down Expand Up @@ -60,7 +58,7 @@ jobs:
const body = `${marker}
To run the Eureka server image built for this pull request:
\`\`\`bash
docker run --rm -d --pull=always -p 8761:8761 --name eureka-pr steeltoe.azurecr.io/eureka-server:pr-${{ github.event.number }}
docker run --rm -d --pull=always -p 8761:8761 --name eureka-pr steeltoe2.azurecr.io/eureka-server:pr-${{ github.event.number }}
\`\`\``;

const { data: comments } = await github.rest.issues.listComments({
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_springboot_admin_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build Spring Boot Admin Server

on:
pull_request:
branches:
- main
paths:
- '.github/workflows/build_springboot_admin_server.yaml'
- 'spring-boot-admin/**'
Expand Down
4 changes: 4 additions & 0 deletions config-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Image for SteeltoeOSS local development with [Spring Cloud Config Server](https://docs.spring.io/spring-cloud-config/docs/current/reference/html/).

Dummy change.
Another change.
More changes.

## Running

Default configuration:
Expand Down
2 changes: 2 additions & 0 deletions eureka-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Image for SteeltoeOSS local development with [Spring Cloud Eureka Server](https://cloud.spring.io/spring-cloud-netflix/reference/html).

Test comment to ensure something changed.

## Running

```shell
Expand Down