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

pass env vars.

pull/169/head
Jason Kulatunga 4 years ago
parent ecd6b7e128
commit 0864b8000c

@ -69,7 +69,9 @@ jobs:
- name: Build Binaries
uses: vmactions/freebsd-vm@v0.1.3
with:
envs: 'PROJECT_PATH GOPATH'
usesh: true
#TODO: lock go version using https://www.jeremymorgan.com/tutorials/golang/how-to-install-go-freebsd/
prepare: pkg install -y curl go gmake
run: |
pwd

Loading…
Cancel
Save