Try a different build method

This commit is contained in:
Tyler 2017-09-11 21:25:24 -04:00
parent 74d17b11be
commit c48e6d11b3
1 changed files with 1 additions and 8 deletions

View File

@ -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