Fix .drone.jsonnet

This commit is contained in:
Don
2019-01-25 13:04:35 -08:00
parent c3a2f760c2
commit b959b53632
+3 -3
View File
@@ -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',