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

fixes for Scrutiny end-to-end testing.

pull/228/head
Jason Kulatunga 4 years ago
parent ce032c5609
commit 8fb58591a6

@ -7,6 +7,20 @@ jobs:
name: Build
runs-on: ubuntu-latest
container: karalabe/xgo-1.13.x
# Service containers to run with `build` (Required for end-to-end testing)
services:
influxdb:
image: influxdb:2.0
env:
DOCKER_INFLUXDB_INIT_MODE: setup
DOCKER_INFLUXDB_INIT_USERNAME: admin
DOCKER_INFLUXDB_INIT_PASSWORD: password12345
DOCKER_INFLUXDB_INIT_ORG: scrutiny
DOCKER_INFLUXDB_INIT_BUCKET: metrics
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: my-super-secret-auth-token
ports:
- 8086:8086
env:
PROJECT_PATH: /go/src/github.com/analogj/scrutiny
CGO_ENABLED: 1

Loading…
Cancel
Save