diff --git a/.drone/.drone.jsonnet b/.drone/.drone.jsonnet index 5a9b292..bb7d28d 100644 --- a/.drone/.drone.jsonnet +++ b/.drone/.drone.jsonnet @@ -3,6 +3,9 @@ name: 'test pipe', kind: 'pipeline', type: 'docker', + trigger: { + event: ['tag'], + }, clone: { disable: false, depth: 0, @@ -11,9 +14,6 @@ { name: 'step', image: 'alpine', - trigger: { - event: ['tag'], - }, commands: [ 'echo hello', 'echo $${DRONE_COMMIT}',