Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Feb 18, 2025
1 parent 491c8c0 commit 74f0dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/azure-cc/azureEntryPoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def _validate_auxiliaries(self):
def run_compute(self) -> None:
"""Main execution flow for confidential compute."""
self.__check_env_variables()
self.__create_final_config()
self._set_confidential_config()
self.__create_final_config()
if not self.configs.get("skip_validations"):
self.validate_configuration()
self._setup_auxiliaries()
Expand Down

0 comments on commit 74f0dd1

Please sign in to comment.