Skip to content

Commit 9474200

Browse files
authored
Merge pull request GoogleCloudPlatform#368 from GoogleCloudPlatform/tswast-repotools
Remove java-repo-tools subtree.
2 parents 3c657f4 + 6a8e6cd commit 9474200

File tree

21 files changed

+40
-888
lines changed

21 files changed

+40
-888
lines changed

.gitmodules

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

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
language: java
1616
jdk:
1717
- oraclejdk8
18+
git:
19+
# Handle git submodules ourselves. We want the samples and tests to work
20+
# without a recursive clone. We only use submodules for an additional layer
21+
# of localhost testing scripts.
22+
submodules: false
1823
addons:
1924
apt:
2025
sources:
File renamed without changes.

java-repo-tools

Submodule java-repo-tools added at 74755a2

java-repo-tools/.gitignore

-26
This file was deleted.

java-repo-tools/.travis.yml

-23
This file was deleted.

java-repo-tools/CONTRIBUTING.md

-35
This file was deleted.

java-repo-tools/LICENSE

-201
This file was deleted.

0 commit comments

Comments
 (0)