From c48e6d11b32f4ef639ad1273012786b50bb1b3ab Mon Sep 17 00:00:00 2001 From: Tyler Date: Mon, 11 Sep 2017 21:25:24 -0400 Subject: [PATCH] Try a different build method --- .gitlab-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db162f9..a67240f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,7 @@ glide-install: - mkdir -p build/i386 build/amd64 build/armv7 cache: key: "pipeline-$CI_PIPELINE_ID" - paths: - - src/meow.tf/deb-simple/vendor + untracked: true build-i386: stage: build @@ -33,8 +32,6 @@ build-i386: cache: key: "pipeline-$CI_PIPELINE_ID" policy: pull - paths: - - src/meow.tf/deb-simple/vendor build-amd64: stage: build @@ -47,8 +44,6 @@ build-amd64: cache: key: "pipeline-$CI_PIPELINE_ID" policy: pull - paths: - - src/meow.tf/deb-simple/vendor build-armv7: stage: build @@ -61,8 +56,6 @@ build-armv7: cache: key: "pipeline-$CI_PIPELINE_ID" policy: pull - paths: - - src/meow.tf/deb-simple/vendor package-i386: stage: package