Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Nov 27, 2024
1 parent d0a1139 commit 59b2d69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bbm_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
production-deploy:
runs-on: ubuntu-22.04
needs: check
if: >
github.event_name == 'workflow_dispatch' &&
if: >
github.event_name == 'workflow_dispatch' &&
github.ref == 'refs/heads/main' &&
github.repository == 'MariaDB/buildbot'
steps:
Expand Down
8 changes: 4 additions & 4 deletions docker-compose/generate-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ def main(args):
)
file.write(
start_template.format(
port=master_web_port,
cr_host_wg_addr=env_vars["CR_HOST_WG_ADDR"],
environment="" if args.env == "prod" else "dev_",
)
port=master_web_port,
cr_host_wg_addr=env_vars["CR_HOST_WG_ADDR"],
environment="" if args.env == "prod" else "dev_",
)
)
port = starting_port
for master_directory in MASTER_DIRECTORIES:
Expand Down

0 comments on commit 59b2d69

Please sign in to comment.