more debugging by print statement

This commit is contained in:
reesporte 2021-11-11 18:12:27 -06:00
parent 640d12cb6c
commit 1337a9dfaa

View file

@ -141,12 +141,14 @@ build for darwin amd64:
GOOS: "darwin"
GOARCH: "amd64"
script:
- tar -xvf lattice.tar.gz
- ls
- go get github.com/rakyll/statik
- go install github.com/rakyll/statik@latest
- /go/bin/statik -h
- tar -xvf lattice.tar.gz
- ls -al /go
- which statik
- ls -al /go/bin
- /go/bin/statik -src=lattice
- ls
- make build FLAGS="-o featurebase_darwin_amd64"
artifacts:
paths: