ci-automation/garbage_collect.sh: Fix typo

Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
Thilo Fromm 2024-01-29 12:40:50 +01:00 committed by GitHub
parent aaf9deac28
commit 521d2be604
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,7 +143,7 @@ function _garbage_collect_impl() {
local os_docker_vernum="$(vernum_to_docker_image_version "${FLATCAR_VERSION}")" local os_docker_vernum="$(vernum_to_docker_image_version "${FLATCAR_VERSION}")"
# Remove container image tarballs and SDK tarball (if applicable) # Remove container image tarballs and SDK tarball (if applicable)
# Keep in sync with "orphaned direcrories" clean-up below. # Keep in sync with "orphaned directories" clean-up below.
local rmpat="" local rmpat=""
rmpat="${BUILDCACHE_PATH_PREFIX}/sdk/*/${os_vernum}/" rmpat="${BUILDCACHE_PATH_PREFIX}/sdk/*/${os_vernum}/"
rmpat="${rmpat} ${BUILDCACHE_PATH_PREFIX}/containers/${os_docker_vernum}/flatcar-sdk-*" rmpat="${rmpat} ${BUILDCACHE_PATH_PREFIX}/containers/${os_docker_vernum}/flatcar-sdk-*"