Skip to content

Commit a613c78

Browse files
committed
[Drone] update to v2
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
1 parent d1d4f0f commit a613c78

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

cases/ci/drone/docker-compose.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44

55
drone-server:
6-
image: drone/drone:1
6+
image: drone/drone:2.3.1
77
ports:
88
- 443:443
99
- 80:80
@@ -12,7 +12,6 @@ services:
1212
- ./ssl:/etc/certs
1313
restart: always
1414
environment:
15-
- DRONE_AGENTS_ENABLED=true
1615
- DRONE_SERVER_HOST=${DRONE_SERVER_HOST:-drone.domain.com}
1716
- DRONE_SERVER_PROTO=${DRONE_SERVER_PROTO:-https}
1817
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET:-secret}

cases/ci/drone/install.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ version: '3'
3030
services:
3131

3232
drone-server:
33-
image: drone/drone:1
33+
image: drone/drone:2.3.1
3434
ports:
3535
- 443:443
3636
- 80:80
@@ -39,7 +39,6 @@ services:
3939
- ./ssl:/etc/certs
4040
restart: always
4141
environment:
42-
- DRONE_AGENTS_ENABLED=true
4342
- DRONE_SERVER_HOST=${DRONE_SERVER_HOST:-https://drone.yeasy.com}
4443
- DRONE_SERVER_PROTO=${DRONE_SERVER_PROTO:-https}
4544
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET:-secret}

0 commit comments

Comments
 (0)