We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365ab6c commit 7e81ef5Copy full SHA for 7e81ef5
.gitmodules
@@ -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
travis.sh
@@ -74,10 +74,7 @@ shellcheck ./**/*.sh
74
75
# Run tests using App Engine local devserver.
76
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
+ git clone https://github.com/GoogleCloudPlatform/java-repo-tools.git
81
82
devserver_tests=(
83
appengine/helloworld
0 commit comments