Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dashboard: add dashboard as submodule. #1360

Merged
merged 2 commits into from
Mar 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ client_body_temp
utils/lj-releng
.idea/
*.iml
dashboard/
\.*

# .travis
Expand Down
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "dashboard"]
path = dashboard
url = https://github.com/apache/incubator-apisix-dashboard-built.git
url = https://github.com/apache/incubator-apisix-dashboard.git

3 changes: 3 additions & 0 deletions .travis/ASF-Release.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ t/servroot
conf
.travis/openwhisk-utilities

# Exclude dashboard files
dashboard

[Options]
# Not all code files allow licenses to appear starting at the first character
# of the file. This option tells the scan to allow licenses to appear starting
Expand Down
1 change: 1 addition & 0 deletions dashboard
Submodule dashboard added at cfb3ee