fix wheels_dir directory test

Change-Id: I70c61094caaff60bdcf84a1b002110661b23bb85
Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
Scott Little
2025-11-30 23:19:06 -05:00
parent a2235dbd27
commit a750c423ea

View File

@@ -40,7 +40,7 @@ fi
HOST_WORKSPACE="$BUILD_HOME/workspace"
wheels_dir="std/build-wheels-$OS_ID-$OS_CODENAME-$BUILD_STREAM"
if [[ ! -d wheels_dir ]] ; then
if [[ ! -d $HOST_WORKSPACE/$wheels_dir ]] ; then
wheels_dir="std/build-wheels-$OS_ID-$BUILD_STREAM"
fi
wheels_file="$wheels_dir/stx-$DOCKER_BASE_OS-$BUILD_STREAM-wheels.tar"