Skip to content

Commit df7bebd

Browse files
authored
fix: dashboard ci (#373)
1 parent 7a0c1d8 commit df7bebd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/install-common.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ install_dashboard() {
158158
go env -w GOPROXY="${goproxy}"
159159
cd /tmp/
160160
cd /apisix-dashboard
161+
# FIXME: when the certificate is valid
162+
yarn config set "strict-ssl" false -g
161163
make build
162164
# copy the compiled files to the specified directory for packaging
163165
cp -r output/* /tmp/build/output/apisix/dashboard/usr/local/apisix/dashboard

0 commit comments

Comments
 (0)