Skip to content

Commit

Permalink
removed ginkgo binary and updated env to install dependent binaries i…
Browse files Browse the repository at this point in the history
…n gobin

Signed-off-by: Jesse Zhang <jz@pivotallabs.com>
  • Loading branch information
Jeffrey Peckham authored and Ben Smith committed Feb 11, 2014
1 parent 58df855 commit a42910e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
out
pkg
gobin/*

.idea/workspace.xml
.idea/tasks.xml
6 changes: 3 additions & 3 deletions bin/env
Expand Up @@ -2,8 +2,8 @@

set -e

SCRIPT_HOME=$( cd "$( dirname "$0" )" && pwd )
base=$( cd "$( dirname "$( dirname "$0" )")" && pwd )

base=$SCRIPT_HOME/..
export GOPATH=$base GOBIN=$base/gobin PATH=$PATH:$base/gobin

exec env GOPATH=$base $@
exec $@
Binary file removed bin/ginkgo
Binary file not shown.
Empty file added gobin/.gitkeep
Empty file.

0 comments on commit a42910e

Please sign in to comment.