We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4434435 commit 8271acdCopy full SHA for 8271acd
_scripts/fetch-upstream-resources.sh
@@ -67,6 +67,9 @@ svn co "https://github.com/docker/docker-ce/${engine_svn_branch}/components/engi
67
svn co "https://github.com/docker/distribution/${distribution_svn_branch}/docs/spec" ./registry/spec || (echo "Failed registry/spec download" && exit 1)
68
svn co "https://github.com/mirantis/compliance/trunk/docs/compliance" ./compliance || (echo "Failed docker/compliance download" && exit 1)
69
70
+# Cleanup svn directories
71
+find . -name .svn -exec rm -rf '{}' \;
72
+
73
# Get the Engine APIs that are in Swagger
74
# Be careful with the locations on Github for these
75
# When you change this you need to make sure to copy the previous
0 commit comments