Skip to content

Commit

Permalink
fix(pipeline): comment env var requirement (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarfil authored Dec 11, 2024
1 parent c4b0fb7 commit baf2d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hexa/pipelines/management/commands/pipelines_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ def run_pipeline(run: PipelineRun):
db.connections.close_all()
run.refresh_from_db()

# stringify env vars for kubernetes deployment
env_vars = {
"HEXA_SERVER_URL": f"{settings.INTERNAL_BASE_URL}",
"HEXA_TOKEN": Signer().sign_object(run.access_token),
Expand Down

0 comments on commit baf2d9f

Please sign in to comment.