Skip to content

Commit 0372bed

Browse files
committed
chore: add debug mode
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 0182c94 commit 0372bed

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.drone.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ kind: pipeline
22
type: docker
33
name: greeting
44

5-
platform:
6-
os: linux
7-
arch: amd64
8-
95
steps:
106
- name: en
117
image: alpine
@@ -22,10 +18,6 @@ kind: pipeline
2218
type: docker
2319
name: foobar
2420

25-
platform:
26-
os: linux
27-
arch: amd64
28-
2921
steps:
3022
- name: en
3123
image: alpine

2.x/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ services:
2020

2121
- DRONE_LOGS_PRETTY=true
2222
- DRONE_LOGS_COLOR=true
23+
- DRONE_DEBUG=true
24+
- DRONE_TRACE=true
2325

2426
drone-runner:
2527
image: drone/drone-runner-docker:1

0 commit comments

Comments
 (0)