mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
ci-automation/garbage_collect.sh: Fix typo
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
aaf9deac28
commit
521d2be604
@ -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-*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user