Skip to content

Commit

Permalink
Revert "Moved vendor to _vendor so it's ignored by go test."
Browse files Browse the repository at this point in the history
This reverts commit f711db0.
  • Loading branch information
keithpitt committed Jul 29, 2015
1 parent f711db0 commit a6fd23e
Show file tree
Hide file tree
Showing 154 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .envrc-sample
@@ -1 +1 @@
export GOPATH="$GOPATH:$(pwd)/_vendor"
export GOPATH="$GOPATH:$(pwd)/vendor"
2 changes: 1 addition & 1 deletion scripts/build-binaries.sh
Expand Up @@ -13,7 +13,7 @@ function build-binary {
}

echo '--- Setting up GOPATH'
export GOPATH="$GOPATH:$(pwd)/_vendor"
export GOPATH="$GOPATH:$(pwd)/vendor"
echo $GOPATH

# Clear out the pkg directory
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests.sh
Expand Up @@ -2,7 +2,7 @@
set -e

echo '--- Setting up GOPATH'
export GOPATH="$GOPATH:$(pwd)/_vendor"
export GOPATH="$GOPATH:$(pwd)/vendor"
echo $GOPATH

echo '--- Running golint'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a6fd23e

Please sign in to comment.