mirror of
https://github.com/drone-plugins/drone-webhook.git
synced 2026-06-04 18:24:05 +08:00
Fix .drone.jsonnet
This commit is contained in:
+3
-3
@@ -3,9 +3,9 @@ local name = 'drone-webhook';
|
||||
|
||||
[
|
||||
pipeline.test('linux', 'amd64'),
|
||||
//pipeline.build(name, 'linux', 'amd64'),
|
||||
//pipeline.build(name, 'linux', 'arm64'),
|
||||
//pipeline.build(name, 'linux', 'arm'),
|
||||
pipeline.build(name, 'linux', 'amd64'),
|
||||
pipeline.build(name, 'linux', 'arm64'),
|
||||
pipeline.build(name, 'linux', 'arm'),
|
||||
pipeline.notifications(depends_on=[
|
||||
'linux-amd64',
|
||||
'linux-arm64',
|
||||
|
||||
Reference in New Issue
Block a user