cleanup
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Robert Kaussow 2019-06-09 13:01:53 +02:00
parent b96b589c8c
commit eb187ce2f1
2 changed files with 0 additions and 8 deletions

View File

@ -93,9 +93,6 @@ local PipelineNotifications = {
},
},
],
// depends_on: [
// "deployment",
// ],
depends_on: [
"linting",
],
@ -107,6 +104,5 @@ local PipelineNotifications = {
[
PipelineLinting,
// PipelineDeployment,
PipelineNotifications,
]

View File

@ -71,8 +71,4 @@ trigger:
depends_on:
- linting
---
kind: signature
hmac: ea7f2937d0d862676fcec30d1f638759ab64c4b4b6886ed42859c8fa47789c05
...