We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a25e2 commit e771ee2Copy full SHA for e771ee2
.evergreen/scripts/setup_tests.py
@@ -123,7 +123,7 @@ def load_config_from_file(path: str | Path):
123
124
def get_secrets(name: str) -> None:
125
secrets_dir = Path(f"{DRIVERS_TOOLS}/.evergreen/secrets_handling")
126
- run_command(f"bash ${secrets_dir}/setup-secrets.sh {name}", cwd=secrets_dir)
+ run_command(f"bash {secrets_dir}/setup-secrets.sh {name}", cwd=secrets_dir)
127
load_config_from_file(secrets_dir / "secrets-export.sh")
128
129
0 commit comments