Skip to content

Commit

Permalink
check home space
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
  • Loading branch information
hjroblesg committed Apr 1, 2024
1 parent cf3e5bb commit 584c046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/list_components_linux_aitools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FILENAME=$2
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
chmod +x webimage.sh
pwd
df -h
df -h /home
./webimage.sh -b -p webimage_extracted
rm -rf webimage.sh
source "$HOME"/work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base
Expand Down

0 comments on commit 584c046

Please sign in to comment.