From 7d651ecd8c9836cf4a4cb7742e9035d5aca286df Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Wed, 4 Nov 2020 00:17:06 +0000 Subject: [PATCH] Build details --- .ci/.dockerignore | 2 +- .dockerignore | 2 ++ elasticsearch-api/{LICENSE => LICENSE.txt} | 0 elasticsearch-transport/{LICENSE => LICENSE.txt} | 0 elasticsearch/{LICENSE => LICENSE.txt} | 0 5 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .dockerignore rename elasticsearch-api/{LICENSE => LICENSE.txt} (100%) rename elasticsearch-transport/{LICENSE => LICENSE.txt} (100%) rename elasticsearch/{LICENSE => LICENSE.txt} (100%) diff --git a/.ci/.dockerignore b/.ci/.dockerignore index 72b148da5d..e235fef5de 100644 --- a/.ci/.dockerignore +++ b/.ci/.dockerignore @@ -1,3 +1,3 @@ tmp/* **/Gemfile.lock - +.git diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000000..a1710463ba --- /dev/null +++ b/.dockerignore @@ -0,0 +1,2 @@ +tmp/* +**/Gemfile.lock diff --git a/elasticsearch-api/LICENSE b/elasticsearch-api/LICENSE.txt similarity index 100% rename from elasticsearch-api/LICENSE rename to elasticsearch-api/LICENSE.txt diff --git a/elasticsearch-transport/LICENSE b/elasticsearch-transport/LICENSE.txt similarity index 100% rename from elasticsearch-transport/LICENSE rename to elasticsearch-transport/LICENSE.txt diff --git a/elasticsearch/LICENSE b/elasticsearch/LICENSE.txt similarity index 100% rename from elasticsearch/LICENSE rename to elasticsearch/LICENSE.txt