diff --git a/build.sh b/build.sh index 733ccb9..91d8e57 100644 --- a/build.sh +++ b/build.sh @@ -1,3 +1,7 @@ #!/bin/bash -go-bindata web/... && go build -a -v -o ironsmith -pkgdir . +mkdir -p ./workspace/src +export GOPATH=./workspace +git clone https://git.townsourced.com/tshannon/config.git ./workspace/src + +go-bindata web/... && go build -a -v -o ironsmith -pkgdir ./workspace