From 7f94b454a73f4a66a5c4491fe55971fb96cace10 Mon Sep 17 00:00:00 2001 From: Tim Shannon Date: Tue, 19 Apr 2016 19:26:35 +0000 Subject: [PATCH] work on build scripts --- build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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