Skip to content

Commit 1d75401

Browse files
committed
json no like trailing comma
1 parent 0a2c77f commit 1d75401

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.drone.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,13 @@ steps:
1818
username: x-access-token
1919
password:
2020
from_secret: on-droneci-complete-github-token
21-
# secrets:
22-
# - source: on-droneci-complete-github-token
23-
# target: webhook_password
2421
content_type: application/json
2522
template: |
2623
{
2724
"ref": "{{ build.branch }}",
2825
"inputs": {
2926
"github_sha": "{{ build.commit }}",
30-
"drone_build_status": "{{ build.status }}",
27+
"drone_build_status": "{{ build.status }}"
3128
}
3229
}
3330
debug: true

0 commit comments

Comments
 (0)