builder.py: Use TMT_TEST_DATA for storing artifacts for CI

The contents of TMT_PLAN_DATA does not get exposed in the
CI artifacts output UI, whereas TMT_TEST_DATA does.
This commit is contained in:
Neal Gompa 2023-12-20 22:11:49 -05:00
parent f055b4d18d
commit 0a91c4077b

View File

@ -195,7 +195,7 @@ def tmtCopy(target):
image = f"{base}.raw.zst"
manifest = f"{base}.json"
artifacts = os.getenv("TMT_PLAN_DATA")
artifacts = os.getenv("TMT_TEST_DATA")
if not os.path.exists(artifacts):
os.mkdir(artifacts)