fix(ci): Lefthook config typo. Update management token variable name in env.test.example
parent
37a7a7c6e7
commit
94348a8739
|
@ -13,7 +13,7 @@ pre-commit:
|
|||
tags: lint v2
|
||||
glob: "content/influxdb/cloud/**/*.md"
|
||||
run: '.ci/vale/vale.sh
|
||||
-config=.vale.ini
|
||||
--config=.vale.ini
|
||||
--minAlertLevel=error {staged_files}'
|
||||
cloud-dedicated-lint:
|
||||
tags: lint v3
|
||||
|
|
|
@ -7,4 +7,4 @@ INFLUX_HOSTNAME=
|
|||
INFLUX_DATABASE=myname-test-dedicated
|
||||
INFLUX_USER_NAME=
|
||||
INFLUX_RETENTION_POLICY=test-autogen
|
||||
MANAGEMENT_TOKEN=
|
||||
INFLUX_MANAGEMENT_TOKEN=
|
Loading…
Reference in New Issue