Skip to content

Commit 37195f0

Browse files
authored
Merge pull request swiftlang#436 from nathawes/update-cleanup-for-new-repos
[cleanup] Update cleanup script to remove new repos.
2 parents 90b5a0b + fb3f529 commit 37195f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cleanup

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ def main():
5454
'swift-corelibs-libdispatch',
5555
'swift-corelibs-xctest',
5656
'swift-stress-tester',
57-
'swift-syntax'
57+
'swift-syntax',
58+
'swift-driver',
59+
'swift-argument-parser',
60+
'yams',
5861
]
5962

6063
if args.cleanup_cache:

0 commit comments

Comments
 (0)