forked from fabric8io/kubernetes-client
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request fabric8io#2384 from rohanKanojia/pr/issue1714
- Loading branch information
Showing
9 changed files
with
62 additions
and
832 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#!/bin/bash | ||
# | ||
# Copyright (C) 2015 Red Hat, Inc. | ||
# | ||
|
@@ -15,24 +14,24 @@ | |
# limitations under the License. | ||
# | ||
|
||
#!/bin/bash | ||
|
||
set -x | ||
|
||
project="fabric8io/kubernetes-client" | ||
use_git_tag_next_version="true" | ||
artifact_id_to_watch_in_central="kubernetes-client" | ||
|
||
git config --global user.email [email protected] | ||
git config --global user.name fabric8-cd | ||
|
||
source ./scripts/utils.sh | ||
|
||
# stage | ||
output=$(stage_project) | ||
echo $output | ||
|
||
# promote | ||
release_sonatype_repo | ||
wait_until_artifacts_are_synced_in_central | ||
|
||
name: JavaDocs | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
|
||
jobs: | ||
javadoc: | ||
name: JavaDocs | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Setup Java 11 | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: '11' | ||
- name: Check License Headers | ||
run: mvn clean install javadoc:jar -DskipTests -Pjavadoc-test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.