Skip to content

Commit 797fef5

Browse files
authored
Merge pull request GoogleCloudPlatform#164 from GoogleCloudPlatform/tswast-repotools
Remove java-repo-tools submodule. Use latest parent
2 parents 92b20ec + 3c1448e commit 797fef5

6 files changed

Lines changed: 3 additions & 260 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
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

google-checks.xml

Lines changed: 0 additions & 223 deletions
This file was deleted.

java-repo-tools

Lines changed: 0 additions & 1 deletion
This file was deleted.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
<parent>
2525
<groupId>com.google.cloud.samples</groupId>
2626
<artifactId>shared-configuration</artifactId>
27-
<version>1.0.0</version>
27+
<version>1.0.1</version>
2828
</parent>
2929

3030
<repositories>

suppressions.xml

Lines changed: 0 additions & 27 deletions
This file was deleted.

travis.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@ shopt -s globstar
2121

2222
mvn --batch-mode clean verify | egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
2323

24-
# The testing scripts are stored in a submodule. This allows us to carefully
25-
# update the testing scripts, since submodules are tied to a specific commit.
26-
git submodule init
27-
git submodule update
28-
2924
# Test running samples on localhost.
25+
git clone https://github.com/GoogleCloudPlatform/java-repo-tools.git
26+
3027
if [[ -n "${GOOGLE_APPLICATION_CREDENTIALS}" ]]; then
3128
# The bookshelf sample requires Cloud Datastore access. Enable when
3229
# credentials are available (such as branch PRs).

0 commit comments

Comments
 (0)