Skip to content

Commit

Permalink
uncommented line for bootstrap_projects_json population
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandhya1874 committed Jan 20, 2025
1 parent cc4c017 commit 985a8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ def get_github_kubernetes_environment_variables(repo_name):
# Get projects.json from bootstrap repo for namespaces data
bootstrap_projects_json = []
bootstrap_repo = gh.get_repo('ministryofjustice/hmpps-project-bootstrap')
# bootstrap_projects_json = get_file_json(bootstrap_repo, 'projects.json')
bootstrap_projects_json = get_file_json(bootstrap_repo, 'projects.json')
json_files = get_directory_json_files_list(bootstrap_repo, 'requests')
for file in json_files:
json_data = get_file_json(bootstrap_repo, file)
Expand Down

0 comments on commit 985a8d0

Please sign in to comment.