-
Notifications
You must be signed in to change notification settings - Fork 9
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 #2916 from dzhw/release
Release Sprint 111
- Loading branch information
Showing
215 changed files
with
771 additions
and
7,998 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -26,12 +26,6 @@ jobs: | |
# npm cache files are stored in `~/.npm` on Linux/macOS | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }} | ||
- name: Set up Python 2.7 | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 2.7 | ||
- name: Install custom javasphinx | ||
run: pip install git+https://github.com/dzhw/javasphinx.git | ||
- name: Install AWS CLI | ||
run: pip install awscli | ||
- name: Install jq for commandline json parsing | ||
|
@@ -64,6 +58,11 @@ jobs: | |
uses: codecov/codecov-action@v1 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
- name: Deploy Javadoc to Github Pages | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages # The branch the action should deploy to. | ||
folder: target/site/apidocs # The folder the action should deploy. | ||
- name: Report build status via Slack | ||
uses: act10ns/slack@v1 | ||
if: always() | ||
|
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 |
---|---|---|
|
@@ -24,12 +24,6 @@ jobs: | |
# npm cache files are stored in `~/.npm` on Linux/macOS | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }} | ||
- name: Set up Python 2.7 | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 2.7 | ||
- name: Install custom javasphinx | ||
run: pip install git+https://github.com/dzhw/javasphinx.git | ||
- name: Set up node 14.16.0 | ||
uses: actions/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -124,6 +124,7 @@ Desktop.ini | |
.merge_file* | ||
*.pyc | ||
.attach* | ||
.python-version | ||
|
||
###################### | ||
# Gradle Wrapper | ||
|
Oops, something went wrong.