mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user