Skip to content

Commit af75b27

Browse files
committed
ci: Remove unused utility scripts
1 parent 971273c commit af75b27

File tree

4 files changed

+1
-102
lines changed

4 files changed

+1
-102
lines changed

.utility/deploy.sh

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

.utility/generate-api-diff.sh

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

.utility/generate_apidiff_index_html.sh

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

.utility/push-javadoc-to-gh-pages.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" ]; then
1111
rm -rf docs/$TRAVIS_BRANCH
1212
mkdir -p docs/$TRAVIS_BRANCH
1313
cp -rf ../build/docs/all/* docs/$TRAVIS_BRANCH
14-
../.utility/generate_index_html.sh > index.html
15-
16-
# produce API diff of the current version and the latest release
17-
../.utility/generate-api-diff.sh
18-
rm -rf apidiff/
19-
mkdir apidiff/
20-
cp -f ../build/reports/java-sdk-api-diff* apidiff/
21-
../.utility/generate_apidiff_index_html.sh > apidiff/index.html
14+
generate-index-html.sh > index.html
2215

2316
# update the latest/ symlink
2417
# on tagged builds, $TRAVIS_TAG is set to the tag, but it's blank on regular builds, unlike $TRAVIS_BRANCH

0 commit comments

Comments
 (0)