Skip to content

Commit 25ff4b5

Browse files
committed
fix .drone.yml file
1 parent f8bfbc8 commit 25ff4b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
image: redis:7.0
2828
pull: if-not-exists
2929
commands:
30-
- "redis-server --protected-mode no --dbfilename dump7.rdb"
30+
- "redis-server --port 6384 --protected-mode no --dbfilename dump7.rdb"
3131
ports:
3232
- 6384
3333

@@ -88,7 +88,7 @@ steps:
8888
image: "golang:1.18"
8989
pull: if-not-exists
9090
commands:
91-
- sleep 10
91+
- sleep 20
9292
- 'echo "start"'
9393
when:
9494
event:

0 commit comments

Comments
 (0)