We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0c1d8 commit df7bebdCopy full SHA for df7bebd
utils/install-common.sh
@@ -158,6 +158,8 @@ install_dashboard() {
158
go env -w GOPROXY="${goproxy}"
159
cd /tmp/
160
cd /apisix-dashboard
161
+ # FIXME: when the certificate is valid
162
+ yarn config set "strict-ssl" false -g
163
make build
164
# copy the compiled files to the specified directory for packaging
165
cp -r output/* /tmp/build/output/apisix/dashboard/usr/local/apisix/dashboard
0 commit comments