Skip to content

Commit

Permalink
fix: make build-service smee webhook url match smee-client for p02 (#…
Browse files Browse the repository at this point in the history
…3851)

The smee-client on p02 is listening to "redhathook13" not redhathook12.
  • Loading branch information
ralphbean authored Jun 5, 2024
1 parent 662f5ae commit f6bf6a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"https://github.com": "https://smee-smee.apps.stone-prd-host1.wdlc.p1.openshiftapps.com/redhathook12",
"https://gitlab.com": "https://smee-smee.apps.stone-prd-host1.wdlc.p1.openshiftapps.com/redhathook12"
"https://github.com": "https://smee-smee.apps.stone-prd-host1.wdlc.p1.openshiftapps.com/redhathook13",
"https://gitlab.com": "https://smee-smee.apps.stone-prd-host1.wdlc.p1.openshiftapps.com/redhathook13"
}

0 comments on commit f6bf6a6

Please sign in to comment.