File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 26
26
"start-testdb" : " leeway run components/gitpod-db:init-testdb" ,
27
27
"start-spicedb" : " leeway run components/spicedb:start-spicedb" ,
28
28
"stop-spicedb" : " leeway run components/spicedb:stop-spicedb" ,
29
- "start-redis" : " if redis-cli -h ${REDIS_HOST:-0.0.0.0} -e ping; then echo 'Redis is already running.'; else docker run --rm --name test-redis -p 6379:6379 -d redis; fi" ,
29
+ "start-redis" : " if redis-cli -h ${REDIS_HOST:-0.0.0.0} -ping; then echo 'Redis is already running.'; else docker run --rm --name test-redis -p 6379:6379 -d redis; fi" ,
30
30
"stop-redis" : " docker stop test-redis || true" ,
31
31
"telepresence" : " telepresence --swap-deployment server --method inject-tcp --run yarn start-inspect"
32
32
},
You can’t perform that action at this time.
0 commit comments