Skip to content

Commit

Permalink
Updates tools version to pass env
Browse files Browse the repository at this point in the history
variable
  • Loading branch information
gurkanindibay committed Sep 5, 2023
1 parent daeb349 commit e5f3ecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging_automation/citus_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ def build_package(
postgres_extension = "all" if postgres_version == "all" else f"pg{postgres_version}"
os.environ["GITHUB_TOKEN"] = github_token
os.environ["CONTAINER_BUILD_RUN_ENABLED"] = "true"
print(f"CRATES_IO_MIRROR_FEED_TOKEN {os.getenv('CRATES_IO_MIRROR_FEED_TOKEN')}")
if not os.path.exists(input_output_parameters.output_dir):
os.makedirs(input_output_parameters.output_dir)

Expand Down

0 comments on commit e5f3ecc

Please sign in to comment.