Skip to content

Commit

Permalink
Remove port mapping for container jobs (#34458)
Browse files Browse the repository at this point in the history
Co-authored-by: itecompro <16090309+itecompro@users.noreply.github.com>
  • Loading branch information
hsnabszhdn and hsnabszhdn authored Sep 3, 2024
1 parent cd9acc3 commit 7312a5c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
steps:
# Downloads a copy of the code in your repository before running CI tests
Expand Down Expand Up @@ -123,9 +120,6 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
```
### Configuring the steps for jobs in containers
Expand Down

0 comments on commit 7312a5c

Please sign in to comment.