Skip to content

Commit 5a34548

Browse files
committed
fix var usage
1 parent f49bb78 commit 5a34548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/oidc_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def setup_oidc(sub_test_name: str) -> dict[str, str] | None:
3737
if "-remote" not in sub_test_name:
3838
if sub_test_name == "azure":
3939
# Found using "az vm image list --output table"
40-
env["AZUREKMS_IMAGE"] = "Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest"
40+
env["AZUREOIDC_IMAGE"] = "Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest"
4141
else:
4242
env["GCPKMS_IMAGEFAMILY"] = "debian-12"
4343
run_command(f"bash {target_dir}/setup.sh", env=env)

0 commit comments

Comments
 (0)