Add quick debug echo
All checks were successful
Build container image / Build and push image (pull_request) Successful in 18m41s

This commit is contained in:
2025-11-02 17:07:13 +09:00
parent 5c60ac07d3
commit 9456f1065f

View File

@@ -128,3 +128,5 @@ find /var/cache/* -maxdepth 0 -type d \! -name libdnf5 -exec rm -rf {} \;
# Make sure /var/tmp is properly created
mkdir -p /var/tmp
chmod -R 1777 /var/tmp
echo "Done."