feat: no need to clone
All checks were successful
continuous-integration/drone/push Build is passing

* refactor: remove irrelevant release tag
This commit is contained in:
surtur 2020-06-03 13:11:31 +02:00
parent ea880102d3
commit 5855abaa3a
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -3,8 +3,12 @@ kind: pipeline
name: dockerhub-build-trigger name: dockerhub-build-trigger
platform: platform:
os: linux
arch: amd64 arch: amd64
clone:
disable: true
steps: steps:
- name: call webhook - name: call webhook
pull: always pull: always
@ -30,7 +34,6 @@ clone:
trigger: trigger:
branch: branch:
- master - master
- "release/*"
event: event:
- push - push
- tag - tag