From e568177ea64d89e56a50cca3d0374ea59574e1aa Mon Sep 17 00:00:00 2001 From: Tim Shannon Date: Wed, 20 Apr 2016 15:07:58 +0000 Subject: [PATCH] Working on build script --- build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sh b/build.sh index 91d8e57..3031e8a 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,4 @@ #!/bin/bash -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