Skip to content

Commit

Permalink
Merge pull request #3013 from regro/beckermr-patch-2
Browse files Browse the repository at this point in the history
fix: ensure RUN_URL is passed to container
  • Loading branch information
beckermr authored Sep 25, 2024
2 parents b744e01 + 3312df0 commit 8508dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda_forge_tick/migration_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def run_migration_containerized(
if isinstance(node_attrs, LazyJson)
else dumps(node_attrs)
),
extra_container_args=["-e", "RUN_URL"],
)

sync_dirs(
Expand Down

0 comments on commit 8508dfb

Please sign in to comment.