From 65bf5ecdaddb9b3b02dcba65b45d5e27bdb2bd54 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 11 Jun 2024 17:46:04 +0000 Subject: [PATCH] ci: remove tmp directory after publishing artifacts (#56385) Remove teh tmp directory after publishing artifacts to prevent runner from running out of space. PR Close #56385 --- scripts/ci/publish-build-artifacts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ci/publish-build-artifacts.sh b/scripts/ci/publish-build-artifacts.sh index 5f895a230e1..55aabe7870f 100755 --- a/scripts/ci/publish-build-artifacts.sh +++ b/scripts/ci/publish-build-artifacts.sh @@ -93,6 +93,8 @@ function publishRepo { git tag "${BUILD_VER}" --force && \ git push origin "${BRANCH}" --tags --force ) + + rm -rf $REPO_DIR/* } # Publish all individual packages from packages-dist.