Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/15908b1011f5f33586671374e5273df87d70f053?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

dropped python 3.6 for PR worflows

pull/1679/head
Siddharth Dushantha 2 years ago
parent 87c3e8e091
commit 15908b1011

@ -17,7 +17,7 @@ jobs:
if echo $FILES | grep -q ".json"; then
echo "::set-output name=matrix::{\"include\":[{\"python\":\"3.8\"}]}"
else
echo "::set-output name=matrix::{\"include\":[{\"python\":\"3.6\" },{\"python\":\"3.7\"},{\"python\":\"3.8\"}]}"
echo "::set-output name=matrix::{\"include\":[{\"python\":\"3.7\"},{\"python\":\"3.8\"}]}"
fi
build:
needs: [getchange]

Loading…
Cancel
Save