artifact-kernel: remove spurious warning when git TTL is set

This commit is contained in:
Ricardo Pardini
2023-10-02 12:33:53 +02:00
committed by Igor
parent e3ca2fa1a8
commit 4551cc2dc5

View File

@@ -208,7 +208,7 @@ function obtain_kernel_git_info_and_makefile() {
declare -i kernel_git_cache_ttl_seconds=3600 # by default
if [[ "${KERNEL_GIT_CACHE_TTL}" != "" ]]; then
kernel_git_cache_ttl_seconds="${KERNEL_GIT_CACHE_TTL}"
display_alert "Setting kernel git cache TTL to" "${kernel_git_cache_ttl_seconds}" "warn" # @TODO: info?
display_alert "Setting kernel git cache TTL to" "${kernel_git_cache_ttl_seconds}" "info"
fi
if [[ "${KERNEL_SKIP_MAKEFILE_VERSION:-"no"}" == "yes" ]]; then