Test current path
the build failed Details

This commit is contained in:
Tyler 2018-10-14 04:11:40 -04:00
parent 242e654d72
commit 10376efdd1
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ pipeline:
image: golang:latest
group: build
commands:
- ls /go/src/meow.tf/deb-simple
- mkdir -p build/i386
- GOOS=linux GOARCH=386 go build -o build/i386/deb-simple
build-amd64: