Skip to content

Commit

Permalink
Remove java-repo-tools submodule. (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast authored and dpebot committed Nov 17, 2016
1 parent 365ab6c commit 7e81ef5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "java-repo-tools"]
path = java-repo-tools
url = https://github.com/GoogleCloudPlatform/java-repo-tools.git
1 change: 0 additions & 1 deletion java-repo-tools
Submodule java-repo-tools deleted from 74755a
5 changes: 1 addition & 4 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e81ef5

Please sign in to comment.