mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00: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:
parent
5717ff6a83
commit
65bf5ecdad
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue