Skip to content

Commit a5a25e2

Browse files
committed
fix get_secrets
1 parent a30b6d1 commit a5a25e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def load_config_from_file(path: str | Path):
122122

123123

124124
def get_secrets(name: str) -> None:
125-
secrets_dir = Path("{DRIVERS_TOOLS}/.evergreen/secrets_handling")
125+
secrets_dir = Path(f"{DRIVERS_TOOLS}/.evergreen/secrets_handling")
126126
run_command(f"bash ${secrets_dir}/setup-secrets.sh {name}", cwd=secrets_dir)
127127
load_config_from_file(secrets_dir / "secrets-export.sh")
128128

0 commit comments

Comments
 (0)