Skip to content

Commit 584c046

Browse files
committed
check home space
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent cf3e5bb commit 584c046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/list_components_linux_aitools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FILENAME=$2
1010
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
1111
chmod +x webimage.sh
1212
pwd
13-
df -h
13+
df -h /home
1414
./webimage.sh -b -p webimage_extracted
1515
rm -rf webimage.sh
1616
source "$HOME"/work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base

0 commit comments

Comments
 (0)