Skip to content

Commit 289d184

Browse files
authored
Merge branch 'apache:master' into env_config
2 parents 76760c8 + ae1001d commit 289d184

File tree

6 files changed

+2492
-3008
lines changed

6 files changed

+2492
-3008
lines changed

.github/workflows/auto-build-rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Publish Artifact
8282
if: ${{ startsWith(github.ref, 'refs/heads/release/') }}
83-
uses: actions/upload-artifact@v2.2.4
83+
uses: actions/upload-artifact@v2.3.0
8484
with:
8585
name: "rpm"
8686
path: "./apisix-build-tools/output/apisix-dashboard-${{ steps.branch_env.outputs.version }}-0.el7.x86_64.rpm"

.github/workflows/frontend-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
bash <(curl -s https://codecov.io/bash) -f ./coverage/coverage-final.json -F frontend-e2e-test
9494
9595
- name: Archive code coverage results
96-
uses: actions/upload-artifact@v2.2.4
96+
uses: actions/upload-artifact@v2.3.0
9797
if: always()
9898
with:
9999
name: cypress-report

.github/workflows/frontend-plugin-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: yarn test-plugin:e2e
8787

8888
- name: Archive code coverage results
89-
uses: actions/upload-artifact@v2.2.4
89+
uses: actions/upload-artifact@v2.3.0
9090
if: always()
9191
with:
9292
name: cypress-report

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Note: Currently the Dashboard does not have complete coverage of Apache APISIX f
4747
## Demo
4848

4949
```text
50-
URL: http://139.217.190.60/
50+
URL: http://106.55.144.26/
5151
Username: admin
5252
Password: admin
5353
```

0 commit comments

Comments
 (0)