diff --git a/.dockerignore b/.dockerignore index 39cbf7e42e..0089d49037 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,7 @@ .dockerignore .git .gitignore +tests Dockerfile docker-compose.yml _site diff --git a/_scripts/fetch-upstream-resources.sh b/_scripts/fetch-upstream-resources.sh index 3241a014b8..8d41c3ad2b 100755 --- a/_scripts/fetch-upstream-resources.sh +++ b/_scripts/fetch-upstream-resources.sh @@ -92,5 +92,3 @@ wget --quiet --directory-prefix=./registry/ "https://raw.git # Remove things we don't want in the build rm ./registry/spec/api.md.tmpl -rm -rf ./apidocs/cloud-api-source -rm -rf ./tests