diff --git a/.drone.yml b/.drone.yml index 7cd7156..b94e1f5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,12 +2,13 @@ workspace: base: /srv/app path: src/git.mowie.cc/konrad/Library -pipeline: - clone: - image: plugins/git +clone: + git: + image: plugins/git:1 depth: 50 tags: true +pipeline: build-backend: image: webhippie/golang:edge pull: true