Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/4fcd11f497ae314f04411b70114caf8a73ba4125 You should set ROOT_URL correctly, otherwise the web may not work correctly.

update coverage makefile with workaround.

pull/434/head
Jason Kulatunga 2 years ago
parent 7f1023fa9b
commit 4fcd11f497

@ -108,6 +108,7 @@ binary-frontend:
.PHONY: binary-frontend-test-coverage
# reduce logging, disable angular-cli analytics for ci environment
binary-frontend-test-coverage: export NODE_OPTIONS = --openssl-legacy-provider
binary-frontend-test-coverage:
cd webapp/frontend
npm ci

Loading…
Cancel
Save