From 20366566007a3e512ea059283a9f92dd8bb5069d Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Thu, 17 Nov 2016 10:35:52 -0800 Subject: [PATCH] Remove java-repo-tools submodule. --- .gitmodules | 3 --- java-repo-tools | 1 - travis.sh | 5 +---- 3 files changed, 1 insertion(+), 8 deletions(-) delete mode 160000 java-repo-tools diff --git a/.gitmodules b/.gitmodules index 36775c57a56..e69de29bb2d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "java-repo-tools"] - path = java-repo-tools - url = https://github.com/GoogleCloudPlatform/java-repo-tools.git diff --git a/java-repo-tools b/java-repo-tools deleted file mode 160000 index 74755a28f01..00000000000 --- a/java-repo-tools +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 74755a28f01aedf57992f473eb2d0201b1e04f2a diff --git a/travis.sh b/travis.sh index 3b36d3326bc..3ed3ca81188 100755 --- a/travis.sh +++ b/travis.sh @@ -74,10 +74,7 @@ shellcheck ./**/*.sh # Run tests using App Engine local devserver. test_localhost() { - # The testing scripts are stored in a submodule. This allows us to carefully - # update the testing scripts, since submodules are tied to a specific commit. - git submodule init - git submodule update + git clone https://github.com/GoogleCloudPlatform/java-repo-tools.git devserver_tests=( appengine/helloworld