forked from database-mesh/pisanix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor(webhook): rename HOST and PORT to PISA_PROXY_ADMIN_LISTEN_HO…
…ST and PISA_PROXY_ADMIN_LISTEN_PORT respectively (database-mesh#112) * refactor(config): rename HOST and PORT into PISA_PROXY_ADMIN_LISTEN_HOST and PISA_PROXY_ADMIN_LISTEN_PORT respectively Signed-off-by: mlycore <[email protected]> * chore(Makefile): fix coloring build command Signed-off-by: mlycore <[email protected]> * refactor(webhook): update envs for pisa proxy host and port Signed-off-by: mlycore <[email protected]> * chore(ci): update check-license condition to both push and pull request Signed-off-by: mlycore <[email protected]> * chore(ci): update integration test condition to push Signed-off-by: mlycore <[email protected]> * fix(webhook): applyPodPatch parameters Signed-off-by: mlycore <[email protected]>
- Loading branch information
Showing
6 changed files
with
73 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,8 @@ | |
|
||
name: integration test | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- ci | ||
- release-v* | ||
on: push | ||
|
||
|
||
jobs: | ||
run: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters