[Build] Cleanup the version deb preference file after build (#11414)
Why I did it Cleanup the version deb preference file after build. The version file is no use after build. How I did it Remove the no use version file.
This commit is contained in:
parent
849eb4bf32
commit
9056232bfd
@ -11,3 +11,6 @@ rm -rf $BUILD_VERSION_PATH/*
|
||||
# Disable the build hooks
|
||||
symlink_build_hooks -d
|
||||
set_reproducible_mirrors -d
|
||||
|
||||
# Remove the version deb preference
|
||||
rm -f $VERSION_DEB_PREFERENCE
|
||||
|
Loading…
Reference in New Issue
Block a user