diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 12c53d60c3..260ffece50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,10 @@ workspace: path: src/code.gitea.io/gitea pipeline: + clone: + image: plugins/git + tags: true + test: image: webhippie/golang:edge pull: true |