From e09b5d627590323329ef65c1eb4a4d70c9d0af67 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sun, 14 Oct 2018 04:04:52 -0400 Subject: [PATCH] Fix bin directory not existing --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 88fa851..e7f7f16 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,7 @@ pipeline: build: image: golang:latest commands: + - mkdir /go/bin - curl https://glide.sh/get | sh - cd src/meow.tf/deb-simple - glide install \ No newline at end of file