Skip to content

Commit 6cb0c54

Browse files
committed
.drone.yml: remove debug steps
1 parent 1d75401 commit 6cb0c54

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.drone.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,13 @@ name: on-droneci-complete
55
clone:
66
disable: true
77
steps:
8-
- name: print-build-status
9-
image: alpine
10-
commands:
11-
- echo "DRONE_BUILD_STATUS=$DRONE_BUILD_STATUS"
12-
138
- name: trigger-github-actions
149
image: plugins/webhook
1510
settings:
1611
urls:
1712
- https://api.github.com/repos/code-dot-org/test-workflow-dispatch/actions/workflows/on-droneci-complete.yml/dispatches
18-
username: x-access-token
1913
password:
2014
from_secret: on-droneci-complete-github-token
21-
content_type: application/json
2215
template: |
2316
{
2417
"ref": "{{ build.branch }}",
@@ -36,6 +29,6 @@ trigger:
3629
- pull_request
3730
---
3831
kind: signature
39-
hmac: a2f6c1da8f148ba1662efa0924bae18ab2ec9504f83808ae6fb6544584e286ee
32+
hmac: 00bf975fb7ec8f2fd04d17334f1437085a3d81c0fec42bb22b2a307f77359b13
4033

4134
...

0 commit comments

Comments
 (0)