Skip to content

Commit 8271acd

Browse files
committed
fetch-upstream-resources: cleanup .svn directories
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 4434435 commit 8271acd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_scripts/fetch-upstream-resources.sh

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ svn co "https://github.com/docker/docker-ce/${engine_svn_branch}/components/engi
6767
svn co "https://github.com/docker/distribution/${distribution_svn_branch}/docs/spec" ./registry/spec || (echo "Failed registry/spec download" && exit 1)
6868
svn co "https://github.com/mirantis/compliance/trunk/docs/compliance" ./compliance || (echo "Failed docker/compliance download" && exit 1)
6969

70+
# Cleanup svn directories
71+
find . -name .svn -exec rm -rf '{}' \;
72+
7073
# Get the Engine APIs that are in Swagger
7174
# Be careful with the locations on Github for these
7275
# When you change this you need to make sure to copy the previous

0 commit comments

Comments
 (0)