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 25
25
"start-testdb" : " leeway run components/gitpod-db:init-testdb" ,
26
26
"start-spicedb" : " leeway run components/spicedb:start-spicedb" ,
27
27
"stop-spicedb" : " leeway run components/spicedb:stop-spicedb" ,
28
- "start-redis" : " if redis-cli --scan; then echo 'Redis is already running.'; else docker run --rm --name test-redis --network github_network_test -p 6379:6379 -d redis; fi" ,
28
+ "start-redis" : " if redis-cli -h 0.0.0.0 - -scan; then echo 'Redis is already running.'; else docker run --rm --name test-redis --network github_network_test -p 6379:6379 -d redis; fi" ,
29
29
"stop-redis" : " docker stop test-redis || true" ,
30
30
"telepresence" : " telepresence --swap-deployment server --method inject-tcp --run yarn start-inspect"
31
31
},
You can’t perform that action at this time.
0 commit comments