From 16ef04a502d74d104d0ee11140c0241c2b7542a8 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Wed, 8 Aug 2018 14:53:17 -0700 Subject: [PATCH] update yaml --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index c36292e..faac8a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,14 @@ metadata: platform: name: linux/arm64 +clone: + disable: true + pipeline: +- clone: + image: arm64v8/golang:1.10 + commands: + - git clone https://github.com/drone/drone-git.git . - test: image: arm64v8/golang:1.10 commands: