diff --git a/.drone.yml b/.drone.yml index d946906..ef6f6b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -351,13 +351,6 @@ steps: username: from_secret: docker_username -- name: microbadger - pull: always - image: plugins/webhook:1 - settings: - url: - from_secret: microbadger_url - trigger: ref: - refs/heads/master diff --git a/pipeline.libsonnet b/pipeline.libsonnet index e3a983b..27c3448 100644 --- a/pipeline.libsonnet +++ b/pipeline.libsonnet @@ -239,14 +239,6 @@ ignore_missing: true, }, }, - { - name: 'microbadger', - image: 'plugins/webhook:1', - pull: 'always', - settings: { - url: { 'from_secret': 'microbadger_url' }, - }, - }, ], depends_on: depends_on, trigger: {