Skip to content

Commit 7e81ef5

Browse files
tswastdpebot
authored andcommitted
Remove java-repo-tools submodule. (#422)
1 parent 365ab6c commit 7e81ef5

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "java-repo-tools"]
2-
path = java-repo-tools
3-
url = https://github.com/GoogleCloudPlatform/java-repo-tools.git

java-repo-tools

-1
This file was deleted.

travis.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,7 @@ shellcheck ./**/*.sh
7474

7575
# Run tests using App Engine local devserver.
7676
test_localhost() {
77-
# The testing scripts are stored in a submodule. This allows us to carefully
78-
# update the testing scripts, since submodules are tied to a specific commit.
79-
git submodule init
80-
git submodule update
77+
git clone https://github.com/GoogleCloudPlatform/java-repo-tools.git
8178

8279
devserver_tests=(
8380
appengine/helloworld

0 commit comments

Comments
 (0)