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 2626 "start-testdb" : " leeway run components/gitpod-db:init-testdb" ,
2727 "start-spicedb" : " leeway run components/spicedb:start-spicedb" ,
2828 "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" ,
3030 "stop-redis" : " docker stop test-redis || true" ,
3131 "telepresence" : " telepresence --swap-deployment server --method inject-tcp --run yarn start-inspect"
3232 },
You can’t perform that action at this time.
0 commit comments