Skip to content

Commit

Permalink
Merge branch 'master' into RHOAIENG-6570
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzgom authored May 10, 2024
2 parents 7596cd4 + 4cac895 commit 510f43f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ods_ci/utils/scripts/testconfig/generateTestConfigFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,14 @@ def generate_test_config_file(
if config_data.get("PIP_CA_BUNDLE"):
data["PIP_CA_BUNDLE"] = config_data["PIP_CA_BUNDLE"]

# Git mirror details (optional)
if config_data.get("GIT_HTTP_URL"):
data["GIT_HTTP_URL"] = config_data["GIT_HTTP_URL"]
if config_data.get("GIT_HTTPS_URL"):
data["GIT_HTTPS_URL"] = config_data["GIT_HTTPS_URL"]
if config_data.get("GIT_HTTPS_CA_BUNDLE"):
data["GIT_HTTPS_CA_BUNDLE"] = config_data["GIT_HTTPS_CA_BUNDLE"]

if components:
print("Setting components")
print(components)
Expand Down

0 comments on commit 510f43f

Please sign in to comment.