Skip to content

Commit

Permalink
Passes CRATES_IO_MIRROR_FEED_TOKEN to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Sep 5, 2023
1 parent 145fd70 commit daeb349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging_automation/citus_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def build_package(
f"docker run --rm -v {input_output_parameters.output_dir}:/packages -v "
f"{input_output_parameters.input_files_dir}:/buildfiles:ro "
f"-e GITHUB_TOKEN -e PACKAGE_ENCRYPTION_KEY -e UNENCRYPTED_PACKAGE -e CONTAINER_BUILD_RUN_ENABLED "
f"-e MSRUSTUP_PAT -e MSCODEHUB_USERNAME -e MSCODEHUB_PASSWORD -e INSTALL_RUST -e CI "
f"-e MSRUSTUP_PAT -e CRATES_IO_MIRROR_FEED_TOKEN -e INSTALL_RUST -e CI "
f"citus/{docker_image_name}:{docker_platform}-{postgres_extension} {build_type.name}"
)

Expand Down

0 comments on commit daeb349

Please sign in to comment.