From 3d3670ac2b3e50fbf0d10435d20c4171b0878784 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sun, 14 Oct 2018 04:14:57 -0400 Subject: [PATCH] Fix glide path --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a97a332..8baa825 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ pipeline: commands: - mkdir /go/bin - curl https://glide.sh/get | sh - - cd src/meow.tf/deb-simple + - cd src/gitea.meow.tf/tyler/deb-simple - glide install build-i386: image: golang:latest