fix: import path should be github.com/ooni/probe-cli/v3 (#200)
See https://github.com/ooni/probe/issues/1335#issuecomment-771499511
This commit is contained in:
parent
faa9308b1e
commit
b1ce300c8d
68 changed files with 86 additions and 85 deletions
|
|
@ -6,4 +6,4 @@ if [ "$#" != 1 ]; then
|
|||
fi
|
||||
$1 onboard --yes
|
||||
# Important! DO NOT run performance from CI b/c it will overload m-lab servers
|
||||
$1 run websites --config testdata/testing-config.json -v --no-collector
|
||||
$1 run websites --config cmd/ooniprobe/testdata/testing-config.json -v --no-collector
|
||||
|
|
|
|||
Loading…
Reference in a new issue