Skip to content

Commit

Permalink
TOOLS-448: remove stale packages at the beginning of build script
Browse files Browse the repository at this point in the history
Former-commit-id: cbcefb4
  • Loading branch information
Sam Helman committed Dec 4, 2014
1 parent 6edf977 commit 9f4f94a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ if [ ! -z "$1" ]
tags="$@"
fi

# remove stale packages
rm -rf vendor/pkg

. ./set_gopath.sh
mkdir -p bin
export GOBIN=bin
Expand Down

0 comments on commit 9f4f94a

Please sign in to comment.