Integrate gitlab-ci/fix_copy_directory
requested to merge integrate/gitlab-ci/fix_copy_directory/into/linux-5.15.29-guf into linux-5.15.29-guf
Commit: seco-ne/yocto/infrastructure/gitlab-ci@19ff9d08
package_release: Fix missing variable for os.walk
Even though the variable isn't used in the package_release script, it seems to be required by the os.walk function. Underscore satisfies the linter preventing it from causeing unused variable errors.