mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
Remove API parameter
This commit is contained in:
parent
cac8c58497
commit
bb76db9508
|
|
@ -9,7 +9,6 @@ if [[ "${COVER}" -eq 1 ]]; then
|
|||
--tls-cert server.crt \
|
||||
--tls-key server.key \
|
||||
--config dendrite.yaml \
|
||||
-api=${API:-0} \
|
||||
--test.coverprofile=complementcover.log
|
||||
else
|
||||
echo "Not running with coverage"
|
||||
|
|
@ -18,5 +17,4 @@ else
|
|||
--tls-cert server.crt \
|
||||
--tls-key server.key \
|
||||
--config dendrite.yaml \
|
||||
-api=${API:-0}
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue