From e5394d7daa8ffff743f5508f5cbef4d444f763d3 Mon Sep 17 00:00:00 2001 From: Josh Dvir Date: Sat, 11 May 2019 23:16:02 -0400 Subject: [PATCH] adding cloner --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index a4d5b51..f09085c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,14 +10,14 @@ workspace: path: src/bitbucket.org/joshdvir/all-go steps: -# - name: cloner -# pull: default -# image: plugins/git -# settings: -# tags: true -# when: -# event: -# - tag +- name: cloner + pull: default + image: plugins/git + settings: + tags: true + when: + event: + - tag - name: release pull: default