Skip to content

Commit

Permalink
Remove last go get from the e2e-test-yaml
Browse files Browse the repository at this point in the history
Following commit 2af394c there was a `go
get` left which wasnt removed.

Since we have it in vendor directory we don't need to donwload it again.

Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel authored and tekton-robot committed Jan 10, 2020
1 parent 9356336 commit d5c6e64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e-tests-yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# This script calls out to scripts in tektoncd/plumbing to setup a cluster
# and deploy Tekton Pipelines to it for running integration tests.

go get -d github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher
source $(git rev-parse --show-toplevel)/test/e2e-common.sh

# Script entry point.
Expand Down

0 comments on commit d5c6e64

Please sign in to comment.